diff options
Diffstat (limited to 'vcpkg/ports/clapack/arith_linux64.h')
| -rw-r--r-- | vcpkg/ports/clapack/arith_linux64.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/clapack/arith_linux64.h b/vcpkg/ports/clapack/arith_linux64.h new file mode 100644 index 0000000..1bc8dce --- /dev/null +++ b/vcpkg/ports/clapack/arith_linux64.h @@ -0,0 +1,9 @@ +#define IEEE_8087
+#define Arith_Kind_ASL 1
+#define Long int
+#define Intcast (int)(long)
+#define Double_Align
+#define X64_bit_pointers
+#define NO_LONG_LONG
+#define QNaN0 0x0
+#define QNaN1 0xfff80000
|