diff options
Diffstat (limited to 'src')
| -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 | ||
