mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
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`.
This commit is contained in:
parent
3275d659bf
commit
f4342c9118
3 changed files with 43 additions and 0 deletions
|
@ -61,6 +61,7 @@ set(AK_TEST_SOURCES
|
|||
TestQuickSort.cpp
|
||||
TestRedBlackTree.cpp
|
||||
TestRefPtr.cpp
|
||||
TestSIMD.cpp
|
||||
TestSinglyLinkedList.cpp
|
||||
TestSourceGenerator.cpp
|
||||
TestSourceLocation.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue