From: Jack Jansen Date: Mon, 26 Mar 2001 20:03:30 +0000 (+0000) Subject: Disable fused-add-mul instructions. They give a nonstandard result for some things... X-Git-Tag: v2.1c1~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=996c5c17d47135587bb98899f7d57fa229f51f6c;p=thirdparty%2FPython%2Fcpython.git Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. --- diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index 8f3bc2bb690c..6cff596c739f 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ