aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-02-28 08:12:50 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-02-28 08:12:50 +0100
commit6ad3470879eab8eec1ffdee3141ebae24b468044 (patch)
treee295b186213ebaa8b6f88a81bc77e15002042c52 /src
parent1e2beb365f28e5b6816902a7f7c39389df4472e7 (diff)
downloadnissy-core-6ad3470879eab8eec1ffdee3141ebae24b468044.tar.gz
nissy-core-6ad3470879eab8eec1ffdee3141ebae24b468044.zip
Fix typo in neon.h (thanks to Arhan Chaudhary for reporting)
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