Email or username:

Password:

Forgot your password?
Top-level
Bad Diode

@neauoire it's best not to do these optimizations manually, the compiler should be able to do this for you. There may be some operations where this could help, but if you decide you wanna give it a try let me know and I can A-B the changes :)

1 comment
Devine Lu Linvega

@bd oki :) yeah I never know what turns into what, with one of the older cores, I noticed that in Compiler Explorer it would do an extra load between each.

Go Up