From 4444e53eaadf33aa309a40849730be332ca6d0de Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 13 Nov 2023 21:49:30 +0100 Subject: Tidy up; made things testable --- test/test.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/test.h (limited to 'test/test.h') 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 @@ +#include "../cube.h" + +#ifdef CUBE_AVX2 +typedef __m256i cube_fast_t; +#else +typedef cube_t cube_fast_t; +#endif -- cgit v1.3