1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-26 04:45:06 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Jelle Raaijmakers
f4342c9118 AK: Add AK::SIMD::exp_approximate
This approximation tries to generate values within 0.1% of their actual
expected value. Microbenchmarks indicate that this iterative SIMD
version can be up to 60x faster than `AK::SIMD::exp`.
2023-02-18 01:45:00 +01:00