aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
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