bit: Optimized int_bitfield_extract.

This commit is contained in:
Jeroen van Rijn
2021-08-11 20:59:53 +02:00
parent 463003e86a
commit 35d8976de4
3 changed files with 70 additions and 68 deletions
+2 -2
View File
@@ -11,13 +11,13 @@ from enum import Enum
# With EXIT_ON_FAIL set, we exit at the first fail.
#
EXIT_ON_FAIL = True
#EXIT_ON_FAIL = False
EXIT_ON_FAIL = False
#
# We skip randomized tests altogether if NO_RANDOM_TESTS is set.
#
NO_RANDOM_TESTS = True
#NO_RANDOM_TESTS = False
NO_RANDOM_TESTS = False
#
# If TIMED_TESTS == False and FAST_TESTS == True, we cut down the number of iterations.