aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-13 21:49:30 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-13 21:49:30 +0100
commit4444e53eaadf33aa309a40849730be332ca6d0de (patch)
tree0dca7c5d0a83b28f5010f12dae8e74caff7e05fe /test/test.h
parentd0c592bdc3beb12074f085ab085dd90de9b8e643 (diff)
downloadnissy-core-4444e53eaadf33aa309a40849730be332ca6d0de.tar.gz
nissy-core-4444e53eaadf33aa309a40849730be332ca6d0de.zip
Tidy up; made things testable
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
new file mode 100644
index 0000000..607a52d
--- /dev/null
+++ b/test/test.h
@@ -0,0 +1,7 @@
1#include "../cube.h"
2
3#ifdef CUBE_AVX2
4typedef __m256i cube_fast_t;
5#else
6typedef cube_t cube_fast_t;
7#endif

Generated with cgit - Back to sebastiano.tronto.net