Browse Source

remove stray comma

pull/4710/head
Martin Kroeker gxw 2 years ago
parent
commit
95fb386a33
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/loongarch64/dot_lsx.S

+ 1
- 1
kernel/loongarch64/dot_lsx.S View File

@@ -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


Loading…
Cancel
Save