summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: