aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-04-01 18:08:14 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-04-01 18:08:14 -0700
commit18a02098377c1f8a3b309f7415d10789a602eb40 (patch)
treecb3c262d5696d088be8ccc47c4d95bfd7095c2c8 /tests/runner.py
parente9cc64df79f9de9793ed74ade92dbd02c790f678 (diff)
use bignum for unsigned i64 precise division
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 193b51ff..15883749 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -835,6 +835,7 @@ m_divisor is 1091269979
Settings.PRECISE_I64_MATH = 1
print 'TODO: i == 64 unsigned'
+ print 'TODO: make precise the default, and imprecise in -O3'
src = r'''
#include <inttypes.h>