diff options
Diffstat (limited to 'test/012_io_AVX_write')
| -rw-r--r-- | test/012_io_AVX_write/io_AVX_tests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/012_io_AVX_write/io_AVX_tests.c b/test/012_io_AVX_write/io_AVX_tests.c index 62a6874..e2fa3e4 100644 --- a/test/012_io_AVX_write/io_AVX_tests.c +++ b/test/012_io_AVX_write/io_AVX_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 |
