aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-13 18:36:38 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-13 18:36:38 -0700
commit323bd5206e8b49d48e47cdd69d4b47b38aa384b9 (patch)
tree7cd82b17b6f3699618f83ac31932bd35eaceddf7 /tests/runner.py
parent7aa745d5bf521ae4124af8fc3c224dddbde490ee (diff)
faster shortcuts for sign/unsign
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 18f9e9d8..4c7be5ff 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3095,7 +3095,6 @@ if 'benchmark' not in str(sys.argv):
global CORRECT_SIGNS; CORRECT_SIGNS = 2
global CORRECT_SIGNS_LINES; CORRECT_SIGNS_LINES = auto_optimize_data['signs_lines']
- # TODO: Fast unSign for 8-bit values!
global CORRECT_OVERFLOWS; CORRECT_OVERFLOWS = 0
global CORRECT_ROUNDINGS; CORRECT_ROUNDINGS = 0
global SAFE_HEAP; SAFE_HEAP = 0 # uses time.h to set random bytes, other stuff