remove stray comma

This commit is contained in:
Martin Kroeker 2024-05-09 12:33:19 +02:00 committed by GitHub
parent 5500b4ab26
commit b45d8e1ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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