mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-05 00:17:12 +08:00
Remove shadow variable.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user