]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/arith.h
Libc-498.1.5.tar.gz
[apple/libc.git] / gdtoa / arith.h
index 2ebf3335278c1fdbfe2fe7a4c3adaa0b2870ff01..b0554a9d25d4813f8290c519487e3f5ccec66b70 100644 (file)
 #define IEEE_8087
 #define Arith_Kind_ASL 1
 #define Long int
+#elif defined(__arm__)
+#if __VFP_FP__
+#define IEEE_8087
+#else
+#define IEEE_MC68k
+#endif
 #else
 #error Unsupported architecture
 #endif