diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 14:04:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-08 14:04:36 +0100 |
| commit | 72c9082c9824c7ffecc97a94083aa350956285e4 (patch) | |
| tree | 77f1184e58887f618f30678821b8e2672799d852 /test/00_basic | |
| parent | 41d6b7aea5f1c9abddf5377dc6f37d8d197e548b (diff) | |
| download | nissy-core-72c9082c9824c7ffecc97a94083aa350956285e4.tar.gz nissy-core-72c9082c9824c7ffecc97a94083aa350956285e4.zip | |
Change include statement
Diffstat (limited to 'test/00_basic')
| -rw-r--r-- | test/00_basic/basic_tests.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/00_basic/basic_tests.c b/test/00_basic/basic_tests.c index 0a8f2ac..af0f2cd 100644 --- a/test/00_basic/basic_tests.c +++ b/test/00_basic/basic_tests.c | |||
| @@ -3,6 +3,10 @@ | |||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | #include <string.h> | 4 | #include <string.h> |
| 5 | 5 | ||
| 6 | #ifdef CUBE_AVX2 | ||
| 7 | #include <immintrin.h> | ||
| 8 | #endif | ||
| 9 | |||
| 6 | #include "../../cube.h" | 10 | #include "../../cube.h" |
| 7 | 11 | ||
| 8 | void | 12 | void |
