diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 17:36:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-30 17:36:45 +0000 |
commit | f507d8a64ff7b8c2474d853d5c3e2051e4ef914b (patch) | |
tree | 8ccdf264a3ca949d693338c21e30c69b0b769182 /etc | |
parent | 7125ccbd140ec3a0aa7b40a78c13409a5f9797b5 (diff) | |
download | ATCD-f507d8a64ff7b8c2474d853d5c3e2051e4ef914b.tar.gz |
added no-floating-point
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ACE-guidelines.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/ACE-guidelines.html b/etc/ACE-guidelines.html index b2959ed8fe0..784951d1107 100644 --- a/etc/ACE-guidelines.html +++ b/etc/ACE-guidelines.html @@ -62,6 +62,11 @@ to Graham for providing the OSE tools! It should also return 0 on successful termination, and non-zero otherwise.<p> + + <li>Avoid use of floating point types (float and double) and operations + unless absolutely necessary. Not all ACE platforms support them. + Therefore, whereever they are used, ACE_LACKS_FLOATING_POINT + conditional code must be also be used. </ul> <li><strong>Code Documentation</strong><p> @@ -487,7 +492,7 @@ to Graham for providing the OSE tools! <hr> <!-- hhmts start --> -Last modified: Sun Apr 12 21:03:27 CDT 1998 +Last modified: Thu Apr 30 12:36:31 CDT 1998 <!-- hhmts end --> </body> |