summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorsisyphus <sisyphus@cpan.org>2021-01-10 15:20:32 +1100
committerKarl Williamson <khw@cpan.org>2021-01-10 17:08:05 -0700
commit1b85cc0a5c415af255c3b6744b518904f7fdb314 (patch)
tree973c52e6464234030eed74afc79c91bd5fcefd3b /win32
parent2460aa0752e71928bf75b1fb69974d5ae55088e1 (diff)
downloadperl-1b85cc0a5c415af255c3b6744b518904f7fdb314.tar.gz
win32/config_H.gc - enable USE_QUADMATH builds (mingw compilers only) on MS Windows
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.gc8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 2143b37b3e..4d605b193d 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -3927,6 +3927,13 @@
* with the standard IEEE 754 formats DBL_MANT_DIG includes
* the implicit bit, which doesn't really exist.
*/
+/* FLT128MANTBITS:
+ * This symbol, if defined, tells how many mantissa bits
+ * there are in __float128 precision floating point format.
+ * Note that this is usually FLT128_MANT_DIG minus one, since
+ * with the standard IEEE 754 formats FLT128_MANT_DIG includes
+ * the implicit bit, which doesn't really exist.
+ */
/* LONGDBLMANTBITS:
* This symbol, if defined, tells how many mantissa bits
* there are in long double precision floating point format.
@@ -3942,6 +3949,7 @@
*/
#define DOUBLEMANTBITS 52
#define LONGDBLMANTBITS 64
+#define FLT128MANTBITS 112
#define NVMANTBITS 52
/* NEED_VA_COPY: