summaryrefslogtreecommitdiff
path: root/libquadmath/gdtoa/arith.h
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/gdtoa/arith.h')
-rw-r--r--libquadmath/gdtoa/arith.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libquadmath/gdtoa/arith.h b/libquadmath/gdtoa/arith.h
deleted file mode 100644
index f4209e31e89..00000000000
--- a/libquadmath/gdtoa/arith.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdint.h>
-
-#if __LITTLE_ENDIAN__
-# define IEEE_8087
-#elif __BIG_ENDIAN__
-# define IEEE_MC68k
-#else
-// Because quad math is typically performed on little-endian hardware
-//# error "Unknown endianness"
-# define IEEE_8087
-#endif
-
-// This should be 32 bit integer type
-#define Long int