aboutsummaryrefslogtreecommitdiff
path: root/cube.h
diff options
context:
space:
mode:
Diffstat (limited to 'cube.h')
-rw-r--r--cube.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cube.h b/cube.h
index 925ea36..56118c2 100644
--- a/cube.h
+++ b/cube.h
@@ -1,5 +1,4 @@
1#ifdef CUBE_AVX2 1#ifdef CUBE_AVX2
2#include <immintrin.h>
3typedef __m256i cube_t; 2typedef __m256i cube_t;
4#else 3#else
5typedef struct { 4typedef struct {
@@ -34,4 +33,4 @@ cube_t transform(cube_t, trans_t);
34int16_t coord_eo(cube_t); 33int16_t coord_eo(cube_t);
35 34
36/* Solvers return -1 in case of error, the number of solutions otherwise */ 35/* Solvers return -1 in case of error, the number of solutions otherwise */
37int solve_small(cube_t, uint8_t, int, move_t *); 36int solve_generic(cube_t, int (*)(cube_t), uint8_t, int, move_t *);

Generated with cgit - Back to sebastiano.tronto.net