diff options
Diffstat (limited to 'test/040_compose/compose_tests.c')
| -rw-r--r-- | test/040_compose/compose_tests.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/test/040_compose/compose_tests.c b/test/040_compose/compose_tests.c index c9c11af..d28b225 100644 --- a/test/040_compose/compose_tests.c +++ b/test/040_compose/compose_tests.c | |||
| @@ -1,14 +1,6 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include "../test.h" |
| 2 | #include <stdint.h> | ||
| 3 | #include <stdio.h> | ||
| 4 | 2 | ||
| 5 | #ifdef CUBE_AVX2 | 3 | cube_t compose(cube_t, cube_t); |
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #include "../../cube.h" | ||
| 10 | |||
| 11 | #define STRLENMAX 10000 | ||
| 12 | 4 | ||
| 13 | int main() { | 5 | int main() { |
| 14 | char str[STRLENMAX]; | 6 | char str[STRLENMAX]; |
