aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/arch/neon.h1
1 files changed, 1 insertions, 0 deletions
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);
28 28
29/* TODO: optimize this (use intrinsics?) */ 29/* TODO: optimize this (use intrinsics?) */
30STATIC_INLINE int 30STATIC_INLINE int
31popcount_u32(uint32_t x)
31{ 32{
32 int ret; 33 int ret;
33 34

Generated with cgit - Back to sebastiano.tronto.net