Updated GCC 2.8.1 Tips and Tricks (markdown)

Ethan Roseman 2022-11-27 22:47:29 +09:00
parent 152cc5d06a
commit 7a7600e485
1 changed files with 3 additions and 1 deletions

@ -64,4 +64,6 @@ If you encounter likely instructions, these mean that the delay slot instruction
loops going down instead of up
division only generates break if you divide by a variable rather than a constant
division only generates break if you divide by a variable rather than a constant
weird switch behavior where it stores a slti and doesn't use it - that means it's some explicit switch cases