Files
jak-project/goalc/compiler/compilation
ManDude 2feb231105 less branches for division + fix divide by zeros (#2585)
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
2023-04-29 21:10:51 +01:00
..
2022-10-30 15:54:10 -04:00
2021-08-26 20:33:00 -04:00
2023-01-14 11:04:15 -05:00
2023-02-25 14:00:16 -05:00