From c5c5017a335208881e27fc8f72c1d0145a04622a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Jun 2024 12:43:49 +0200 Subject: Remvoed cube_fast_t and more. More cleaning up to do. --- src/cube.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'src/cube.c') diff --git a/src/cube.c b/src/cube.c index df48d7e..0083acc 100644 --- a/src/cube.c +++ b/src/cube.c @@ -19,7 +19,6 @@ #define DBG_ASSERT(condition, retval, ...) #endif -#include "cube.h" #include "constants.h" #if defined(CUBE_AVX2) @@ -32,8 +31,17 @@ #include "cube_portable.h" #endif -#include "cube_routines.h" -#include "cube_transform.h" /* TODO: merge with cube_routines? */ +#include "constant_cubes.h" +#include "cube_generic.h" + +/* TODO: work in progress */ +#if 0 +#include "constant_cubes_transform.h" +#include "cube_transform.h" +#else +#include "cube_transform_with_switch.h" +#endif + #include "moves.h" #include "solve_h48.h" #include "solve_generic.h" -- cgit v1.3