diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-13 23:47:00 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-13 23:47:00 +0100 |
| commit | 41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da (patch) | |
| tree | b6e9ae4db711e6b902ce5ae0f04e0b83c193cd26 /test/012_io_AVX_write | |
| parent | 4444e53eaadf33aa309a40849730be332ca6d0de (diff) | |
| download | nissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.tar.gz nissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.zip | |
Test cleanup
Diffstat (limited to 'test/012_io_AVX_write')
| -rw-r--r-- | test/012_io_AVX_write/io_AVX_tests.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/test/012_io_AVX_write/io_AVX_tests.c b/test/012_io_AVX_write/io_AVX_tests.c index cbe6ef0..7dc944e 100644 --- a/test/012_io_AVX_write/io_AVX_tests.c +++ b/test/012_io_AVX_write/io_AVX_tests.c | |||
| @@ -1,15 +1,12 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include "../test.h" |
| 2 | #include <stdint.h> | ||
| 3 | #include <stdio.h> | ||
| 4 | |||
| 5 | #ifdef CUBE_AVX2 | ||
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #include "../../cube.h" | ||
| 10 | 2 | ||
| 11 | #define STRLENMAX 10000 | 3 | #define STRLENMAX 10000 |
| 12 | 4 | ||
| 5 | bool iserror(cube_t); | ||
| 6 | bool issolvable(cube_t); | ||
| 7 | cube_t readcube(char *, char *); | ||
| 8 | void writecube(char *, cube_t, char *); | ||
| 9 | |||
| 13 | int main() { | 10 | int main() { |
| 14 | char *c, str[STRLENMAX]; | 11 | char *c, str[STRLENMAX]; |
| 15 | cube_t cube; | 12 | cube_t cube; |
