diff options
Diffstat (limited to 'test/050_transform/transform_tests.c')
| -rw-r--r-- | test/050_transform/transform_tests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/050_transform/transform_tests.c b/test/050_transform/transform_tests.c index e199035..30d62da 100644 --- a/test/050_transform/transform_tests.c +++ b/test/050_transform/transform_tests.c | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #ifdef CUBE_AVX2 | ||
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 5 | #include "../../cube.h" | 9 | #include "../../cube.h" |
| 6 | 10 | ||
| 7 | #define STRLENMAX 10000 | 11 | #define STRLENMAX 10000 |
