mirror of
https://github.com/open-goal/jak-project
synced 2026-07-24 05:59:27 -04:00
2feb231105
Slight change to float divide operations (again). Now it only turns into inverse multiplication if the float is a power of 2 (positive or negative). Non-zero immediate divisors will be compiled as regular float divisions but will forgo the extra branches and checks for divide by zero. Also fixes #2584