Fix typo resulting in broken ARM builds
This commit is contained in:
parent
2e9f0c6789
commit
333a771a63
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ static int drmp3_have_simd(void)
|
|||
|
||||
#if defined(__ARM_ARCH) && (__ARM_ARCH >= 6) && !defined(__aarch64__)
|
||||
#define DRMP3_HAVE_ARMV6 1
|
||||
static __inline__ __attribute__((always_inline)) drmp32_int32 drmp3_clip_int16_arm(int32_t a)
|
||||
static __inline__ __attribute__((always_inline)) drmp3_int32 drmp3_clip_int16_arm(int32_t a)
|
||||
{
|
||||
drmp3_int32 x = 0;
|
||||
__asm__ ("ssat %0, #16, %1" : "=r"(x) : "r"(a));
|
||||
|
|
Loading…
Add table
Reference in a new issue