diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-28 08:12:50 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-02-28 08:12:50 +0100 |
| commit | 6ad3470879eab8eec1ffdee3141ebae24b468044 (patch) | |
| tree | e295b186213ebaa8b6f88a81bc77e15002042c52 /src/arch/neon.h | |
| parent | 1e2beb365f28e5b6816902a7f7c39389df4472e7 (diff) | |
| download | nissy-core-6ad3470879eab8eec1ffdee3141ebae24b468044.tar.gz nissy-core-6ad3470879eab8eec1ffdee3141ebae24b468044.zip | |
Fix typo in neon.h (thanks to Arhan Chaudhary for reporting)
Diffstat (limited to 'src/arch/neon.h')
| -rw-r--r-- | src/arch/neon.h | 1 |
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?) */ |
| 30 | STATIC_INLINE int | 30 | STATIC_INLINE int |
| 31 | popcount_u32(uint32_t x) | ||
| 31 | { | 32 | { |
| 32 | int ret; | 33 | int ret; |
| 33 | 34 | ||
