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
I have noticed that there are multiple instances where division is used and could be replaced
G_ticker does dozens of unoptimized divisions
D_Doomloop too
I think it's inlining some other functions into them and that's where these are coming from
I have noticed that there are multiple instances where division is used and could be replaced
G_ticker does dozens of unoptimized divisions
D_Doomloop too
I think it's inlining some other functions into them and that's where these are coming from