aboutsummaryrefslogtreecommitdiff
path: root/test/061_coord_eo
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-13 23:47:00 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-13 23:47:00 +0100
commit41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da (patch)
treeb6e9ae4db711e6b902ce5ae0f04e0b83c193cd26 /test/061_coord_eo
parent4444e53eaadf33aa309a40849730be332ca6d0de (diff)
downloadnissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.tar.gz
nissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.zip
Test cleanup
Diffstat (limited to 'test/061_coord_eo')
-rw-r--r--test/061_coord_eo/coord_eo_tests.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/061_coord_eo/coord_eo_tests.c b/test/061_coord_eo/coord_eo_tests.c
index bd3db8a..2dfba92 100644
--- a/test/061_coord_eo/coord_eo_tests.c
+++ b/test/061_coord_eo/coord_eo_tests.c
@@ -1,15 +1,5 @@
1#include <stdbool.h>
2#include <inttypes.h>
3#include <stdio.h>
4
5#ifdef CUBE_AVX2
6#include <immintrin.h>
7#endif
8
9#include "../test.h" 1#include "../test.h"
10 2
11#define STRLENMAX 10000
12
13int64_t coord_fast_eo(cube_fast_t); 3int64_t coord_fast_eo(cube_fast_t);
14cube_fast_t cubetofast(cube_t); 4cube_fast_t cubetofast(cube_t);
15 5

Generated with cgit - Back to sebastiano.tronto.net