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 6ad3470879eab8eec1ffdee3141ebae24b468044
parent 1e2beb365f28e5b6816902a7f7c39389df4472e7
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Fri, 28 Feb 2025 08:12:50 +0100

Fix typo in neon.h (thanks to Arhan Chaudhary for reporting)

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

diff --git a/src/arch/neon.h b/src/arch/neon.h @@ -28,6 +28,7 @@ STATIC_INLINE uint8x8_t compose_corners_slim(uint8x8_t, uint8x8_t); /* TODO: optimize this (use intrinsics?) */ STATIC_INLINE int +popcount_u32(uint32_t x) { int ret;