spu: ssat is ARMv6, not v7
authornotaz <notasas@gmail.com>
Tue, 20 May 2025 23:54:37 +0000 (02:54 +0300)
committernotaz <notasas@gmail.com>
Tue, 20 May 2025 23:56:41 +0000 (02:56 +0300)
plugins/dfsound/spu.c

index 0954be5..c14f646 100644 (file)
@@ -33,7 +33,7 @@
 #include "arm_features.h"
 #endif
 
-#ifdef HAVE_ARMV7
+#ifdef HAVE_ARMV6
  #define ssat32_to_16(v) \
   asm("ssat %0,#16,%1" : "=r" (v) : "r" (v))
 #else