aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
blob: 607a52d5d98d201d3cd465779d9a126b82999213 (plain)
1
2
3
4
5
6
7
#include "../cube.h"

#ifdef CUBE_AVX2
typedef __m256i cube_fast_t;
#else
typedef cube_t cube_fast_t;
#endif

Generated with cgit - Back to sebastiano.tronto.net