We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3717f commit f0d142cCopy full SHA for f0d142c
1 file changed
kernel/arm/sum.c
@@ -42,7 +42,7 @@ FLOAT CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
42
n *= inc_x;
43
if (inc_x == 1)
44
{
45
-#if V_SIMD && (!defined(DOUBLE) || (defined(DOUBLE) && V_SIMD_F64 && V_SIMD > 128))
+#if V_SIMD && (!defined(DOUBLE) || (defined(DOUBLE) && V_SIMD_F64 && (V_SIMD > 128 || defined(ARCH_WASM))))
46
#ifdef DOUBLE
47
const int vstep = v_nlanes_f64;
48
const int unrollx4 = n & (-vstep * 4);
0 commit comments