Remove shadow variable.

This commit is contained in:
Chip Kerchner
2026-03-31 14:41:38 +00:00
parent d69be17b6f
commit daa3215fb4

View File

@@ -476,7 +476,7 @@ static FORCEINLINE FLOAT* M_TAIL_ONE(BLASLONG K, const BLASLONG M, const BLASLON
}
while (K--) {
vfloat64m2_t B0 = __riscv_vle64_v_f64m2(B, N);
B0 = __riscv_vle64_v_f64m2(B, N);
if (M & 4) {
A00 = A0[0];