about summary refs log tree commit diff
path: root/sysdeps/i386/fpu_control.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-24 13:26:10 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-24 13:26:10 +0000
commitf97589713c8a85225531652fcc29b1e7197a9b6f (patch)
treee7665f3c21d2b1dcfa83a9931df43ca5fc31a3d7 /sysdeps/i386/fpu_control.h
parent9c83a5ec79f7b900a26a49962406899b1710d165 (diff)
downloadglibc-f97589713c8a85225531652fcc29b1e7197a9b6f.tar.gz
glibc-f97589713c8a85225531652fcc29b1e7197a9b6f.tar.xz
glibc-f97589713c8a85225531652fcc29b1e7197a9b6f.zip
Fix comments.
Diffstat (limited to 'sysdeps/i386/fpu_control.h')
-rw-r--r--sysdeps/i386/fpu_control.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysdeps/i386/fpu_control.h b/sysdeps/i386/fpu_control.h
index 00350b91ac..ad46031d68 100644
--- a/sysdeps/i386/fpu_control.h
+++ b/sysdeps/i386/fpu_control.h
@@ -1,5 +1,5 @@
 /* FPU control word bits.  i387 version.
-   Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1993,1995,1996,1997,1998,2000,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Olaf Flebbe.
 
@@ -64,9 +64,9 @@
 #define _FPU_MASK_PM  0x20
 
 /* precision control */
-#define _FPU_EXTENDED 0x300
-#define _FPU_DOUBLE   0x200	/* fdlibm requires double precision */
-#define _FPU_SINGLE   0x0     /* DO NOT USE */
+#define _FPU_EXTENDED 0x300	/* libm requires double extended precision.  */
+#define _FPU_DOUBLE   0x200
+#define _FPU_SINGLE   0x0
 
 /* rounding control */
 #define _FPU_RC_NEAREST 0x0    /* RECOMMENDED */