diff options
| author | gingerBill <bill@gingerbill.org> | 2018-07-07 11:13:20 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-07-07 11:13:20 +0100 |
| commit | fa4e95105f7364367dce8ac435efed182fba6759 (patch) | |
| tree | 38b24ae823fb516b70be2a86126be09704b3c6d8 /src/main.cpp | |
| parent | 1e01085ef7a921f7e83d63c27d56e18716ab2e68 (diff) | |
Loop array arithmetic on large arrays
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 25ebc9dea..996d33089 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,4 @@ // #define NO_ARRAY_BOUNDS_CHECK -#define NO_POINTER_ARITHMETIC -#define NO_DEFAULT_STRUCT_VALUES #include "common.cpp" #include "timings.cpp" |