X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..70ad1dc8a19d6edd9b97aa81f32cfd65758ae97d:/gdtoa/arith.h diff --git a/gdtoa/arith.h b/gdtoa/arith.h index f60614a..0f5dd96 100644 --- a/gdtoa/arith.h +++ b/gdtoa/arith.h @@ -42,6 +42,13 @@ #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