h48

A prototype for an optimal Rubik's cube solver, work in progress.
git clone https://git.tronto.net/h48
Download | Log | Files | Refs | README | LICENSE

commit 1c8c56210ffa2adb882f97a411c8a7facf2f4d83
parent 082cdd96c693d3035539959bd8d400d19b200f67
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Mon,  7 Oct 2024 09:37:50 +0200

Remove double return

Diffstat:
Msrc/arch/neon.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/arch/neon.h b/src/arch/neon.h @@ -228,7 +228,6 @@ coord_csep(cube_t c) ret += p * ((mem[i] & CSEPBIT) >> 2); return ret; - return 0; } STATIC_INLINE int64_t