We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1ff1 commit cba97e3Copy full SHA for cba97e3
1 file changed
minimp3.h
@@ -176,7 +176,7 @@ static int have_simd(void)
176
#define VMUL_S(x, s) vmulq_f32(x, vmovq_n_f32(s))
177
#define VREV(x) vcombine_f32(vget_high_f32(vrev64q_f32(x)), vget_low_f32(vrev64q_f32(x)))
178
typedef float32x4_t f4;
179
-static int have_simd()
+static int have_simd(void)
180
{ /* TODO: detect neon for !MINIMP3_ONLY_SIMD */
181
return 1;
182
}
0 commit comments