You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code currently uses a lot of switch and if-elses. When optimizing I might want to take a look at the disassembly and see where I can remove branches.
The code currently uses a lot of switch and if-elses. When optimizing I might want to take a look at the disassembly and see where I can remove branches.