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_neon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cube_neon.h') diff --git a/src/cube_neon.h b/src/cube_neon.h index cb2d815..434d6b5 100644 --- a/src/cube_neon.h +++ b/src/cube_neon.h @@ -3,4 +3,4 @@ typedef struct { uint8x16_t corner; uint8x16_t edge; -} cube_fast_t; +} cube_t; -- cgit v1.3