From 6ad3470879eab8eec1ffdee3141ebae24b468044 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 28 Feb 2025 08:12:50 +0100 Subject: Fix typo in neon.h (thanks to Arhan Chaudhary for reporting) --- src/arch/neon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arch/neon.h b/src/arch/neon.h index 47dc147..19f6f9d 100644 --- 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; -- cgit v1.3