diff options
Diffstat (limited to 'StdLib/Include/x86/math.h')
-rw-r--r-- | StdLib/Include/x86/math.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/StdLib/Include/x86/math.h b/StdLib/Include/x86/math.h new file mode 100644 index 0000000000..7c308bfc84 --- /dev/null +++ b/StdLib/Include/x86/math.h @@ -0,0 +1,4 @@ +/* $NetBSD: math.h,v 1.2 2003/10/28 00:55:28 kleink Exp $ */
+
+#define __HAVE_LONG_DOUBLE
+#define __HAVE_NANF
|