[PATCH] D31573: [Builtins] Add IEEE 754 support for __fixunsxfti
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 14:44:16 PDT 2017
efriedma added inline comments.
================
Comment at: lib/builtins/int_types.h:72
+#define HAS_80_BIT_LONG_DOUBLE 1
+#endif
typedef int ti_int __attribute__ ((mode (TI)));
----------------
32-bit x86 Linux/Mac/Windows/etc. targets have 80-bit long double, but no __int128_t support.
https://reviews.llvm.org/D31573
More information about the llvm-commits
mailing list