diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-08-25 11:26:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-08-25 11:26:47 -0700 |
commit | c14a675125a6d94d80561e986549280eee5e958d (patch) | |
tree | f4bca3b6e2cea17cfef0febab0be8544574472da /tools/shared.py | |
parent | aab3e76b94c09c384e45a98dbb8a95b7b94ca838 (diff) |
PRECISE_I32_MUL option for full precision in 32-bit multiply
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
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: |