summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-03-21 18:25:23 +0100
committerStefan Krah <skrah@bytereef.org>2012-03-21 18:25:23 +0100
commit1919b7e72bc43315b32f38a6f5f01e8c717907f4 (patch)
treeef7490b66425fd2c622740ef9adfb03d806b7517 /pyconfig.h.in
parent8bfccd852e2bceb04664b4832fc80eb3b7584918 (diff)
downloadcpython-git-1919b7e72bc43315b32f38a6f5f01e8c717907f4.tar.gz
Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 0ebcc30393..aaa8509947 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -304,10 +304,16 @@
/* Define to 1 if you have the `gamma' function. */
#undef HAVE_GAMMA
+/* Define if we can use x64 gcc inline assembler */
+#undef HAVE_GCC_ASM_FOR_X64
+
/* Define if we can use gcc inline assembler to get and set x87 control word
*/
#undef HAVE_GCC_ASM_FOR_X87
+/* Define if your compiler provides __uint128_t */
+#undef HAVE_GCC_UINT128_T
+
/* Define if you have the getaddrinfo function. */
#undef HAVE_GETADDRINFO
@@ -392,6 +398,10 @@
/* Define to 1 if you have the `getwd' function. */
#undef HAVE_GETWD
+/* Define if glibc has incorrect _FORTIFY_SOURCE wrappers for memmove and
+ bcopy. */
+#undef HAVE_GLIBC_MEMMOVE_BUG
+
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
@@ -422,6 +432,9 @@
/* Define to 1 if you have the <io.h> header file. */
#undef HAVE_IO_H
+/* Define if gcc has the ipa-pure-const bug. */
+#undef HAVE_IPA_PURE_CONST_BUG
+
/* Define to 1 if you have the `kill' function. */
#undef HAVE_KILL