]> git.saurik.com Git - apple/libc.git/blobdiff - gdtoa/arith.h
Libc-1272.200.26.tar.gz
[apple/libc.git] / gdtoa / arith.h
index f60614a17df9060c6ecc86550aeaa9b23bf7fbad..0f5dd9623010ad0edc15449da0db4297c134c6fc 100644 (file)
 #define IEEE_MC68k
 #endif
 #define Arith_Kind_ASL 1
+#elif defined(__arm64__)
+#define IEEE_8087
+#define Arith_Kind_ASL 1
+#define Long int
+#define Intcast (int)(long)
+#define Double_Align
+#define X64_bit_pointers
 #else
 #error Unsupported architecture
 #endif