summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-30 17:36:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-30 17:36:45 +0000
commitf507d8a64ff7b8c2474d853d5c3e2051e4ef914b (patch)
tree8ccdf264a3ca949d693338c21e30c69b0b769182 /etc
parent7125ccbd140ec3a0aa7b40a78c13409a5f9797b5 (diff)
downloadATCD-f507d8a64ff7b8c2474d853d5c3e2051e4ef914b.tar.gz
added no-floating-point
Diffstat (limited to 'etc')
-rw-r--r--etc/ACE-guidelines.html7
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>