Files
Dalton Messmer 121d608c3a Reintroduce fast math functions (#7495)
* Add fast fma functions

* Use fast fma functions

* Add fast pow function

* Use fast pow function

* Fix build

* Remove fastFma

* Avoid UB in fastPow

On GCC with -O1 or -O2 optimizations, this new implementation generates
identical assembly to the old union-based implementation
2024-10-01 14:35:15 -04:00
..
2024-09-20 20:00:36 -04:00
2023-08-24 19:16:02 +01:00
2024-09-18 11:25:47 -04:00
2024-09-20 20:00:36 -04:00
2024-08-28 12:48:56 +05:30
2024-09-17 11:35:01 +05:30