diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-04-17 04:00:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-04-17 04:00:31 (GMT) |
commit | 8bdeb1672ce1d0412e1fcc6cff0821bb66f02c1a (patch) | |
tree | 7b85e22dad6f12ebd3f33825d91c7d3855de38d2 /pyconfig.h.in | |
parent | aedff520eab83c48848d2346d6f55cc1579182ef (diff) | |
download | cpython-8bdeb1672ce1d0412e1fcc6cff0821bb66f02c1a.zip cpython-8bdeb1672ce1d0412e1fcc6cff0821bb66f02c1a.tar.gz cpython-8bdeb1672ce1d0412e1fcc6cff0821bb66f02c1a.tar.bz2 |
support setting fpu precision on m68k (closes #20904)
Patch from Andreas Schwab.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 3574f67..e469f6a 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -313,6 +313,9 @@ /* Define to 1 if you have the `gamma' function. */ #undef HAVE_GAMMA +/* Define if we can use gcc inline assembler to get and set mc68881 fpcr */ +#undef HAVE_GCC_ASM_FOR_MC68881 + /* Define if we can use x64 gcc inline assembler */ #undef HAVE_GCC_ASM_FOR_X64 |