summary refs log tree commit diff stats
path: root/tinyc/include/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/include/float.h')
-rw-r--r--tinyc/include/float.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyc/include/float.h b/tinyc/include/float.h
index 5f1c6f73c..f16f1f0cb 100644
--- a/tinyc/include/float.h
+++ b/tinyc/include/float.h
@@ -27,7 +27,7 @@
 #define DBL_MAX_10_EXP 308
 
 /* horrible intel long double */
-#ifdef __i386__
+#if defined __i386__ || defined __x86_64__
 
 #define LDBL_MANT_DIG 64
 #define LDBL_DIG 18