From: Jack Jansen Date: Tue, 3 Apr 2001 21:56:12 +0000 (+0000) Subject: Disable fused-add-mul instructions. They give a nonstandard result for some things... X-Git-Tag: v2.1c1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3850f5b6ccf01f236b9cedbf55f1853bddbc1a6;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/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 1178ff3beafc..792968a2659c 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ