Skip to content

Commit

Permalink
Update ruapu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Feb 22, 2024
1 parent 4ba6d9b commit 60fb252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruapu.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ RUAPU_INSTCODE(i, 0x00a50533) // add a0,a0,a0
RUAPU_INSTCODE(m, 0x02a50533) // mul a0,a0,a0
RUAPU_INSTCODE(f, 0x10a57553) // fmul.s fa0,fa0,fa0
RUAPU_INSTCODE(d, 0x12a57553) // fmul.d fa0,fa0,fa0
RUAPU_INSTCODE(c, 0x952a) // add a0,a0,a0
RUAPU_INSTCODE(c, 0x0001952a) // add a0,a0,a0 + nop

#endif

Expand Down

0 comments on commit 60fb252

Please sign in to comment.