aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-08-25 11:26:31 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-08-25 11:26:47 -0700
commitc14a675125a6d94d80561e986549280eee5e958d (patch)
treef4bca3b6e2cea17cfef0febab0be8544574472da /tools/shared.py
parentaab3e76b94c09c384e45a98dbb8a95b7b94ca838 (diff)
PRECISE_I32_MUL option for full precision in 32-bit multiply
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 672a1a18..57541077 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -413,6 +413,7 @@ class Settings:
if opt_level >= 1:
Settings.ASSERTIONS = 0
Settings.DISABLE_EXCEPTION_CATCHING = 1
+ Settings.PRECISE_I32_MUL = 0
if opt_level >= 2:
Settings.RELOOP = 1
if opt_level >= 3: