From 72c9082c9824c7ffecc97a94083aa350956285e4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 8 Nov 2023 14:04:36 +0100 Subject: Change include statement --- cube.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cube.h') diff --git a/cube.h b/cube.h index 925ea36..56118c2 100644 --- a/cube.h +++ b/cube.h @@ -1,5 +1,4 @@ #ifdef CUBE_AVX2 -#include typedef __m256i cube_t; #else typedef struct { @@ -34,4 +33,4 @@ cube_t transform(cube_t, trans_t); int16_t coord_eo(cube_t); /* Solvers return -1 in case of error, the number of solutions otherwise */ -int solve_small(cube_t, uint8_t, int, move_t *); +int solve_generic(cube_t, int (*)(cube_t), uint8_t, int, move_t *); -- cgit v1.3