Skip to content

Commit daa3215

Browse files
committed
Remove shadow variable.
1 parent d69be17 commit daa3215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/riscv64/dgemm_kernel_8x8_zvl256b.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ static FORCEINLINE FLOAT* M_TAIL_ONE(BLASLONG K, const BLASLONG M, const BLASLON
476476
}
477477

478478
while (K--) {
479-
vfloat64m2_t B0 = __riscv_vle64_v_f64m2(B, N);
479+
B0 = __riscv_vle64_v_f64m2(B, N);
480480

481481
if (M & 4) {
482482
A00 = A0[0];

0 commit comments

Comments
 (0)