Skip to content

Commit

Permalink
remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored May 9, 2024
1 parent 5500b4a commit b45d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/loongarch64/dot_lsx.S
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ PROLOGUE
/* store dot in s1 $f8 */
#ifdef DSDOT
vfadd.d $vr8, $vr8, $vr9
fsub.s s2, s2, s2, /* set s2 to 0.0 */
fsub.s s2, s2, s2 /* set s2 to 0.0 */
vpackod.d $vr0, $vr8, $vr8
vfadd.d $vr8, $vr8, $vr0
#else
Expand Down

0 comments on commit b45d8e1

Please sign in to comment.