]> granicus.if.org Git - python/commit
Issue #11888: Use system log2() when available
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 10:45:41 +0000 (12:45 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 9 May 2011 10:45:41 +0000 (12:45 +0200)
commit8f9f8d612a1ee264a465f493b1ce6215418128de
tree932bbe3ba95806fc499f853fe25c2ec3726c6afa
parent936d518dc8fb8fb094de1391d5a0703287db694e
Issue #11888: Use system log2() when available

I expect the system libc to use more accurate functions than Python. The GNU
libc uses for example FYL2X and FYL2XP1 hardware instructions on Intel FPU.
Modules/mathmodule.c
configure
configure.in
pyconfig.h.in