ladybird/Userland/Libraries/LibM
Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions
In order to reduce our reliance on __builtin_{ffs, clz, ctz, popcount},
this commit removes all calls to these functions and replaces them with
the equivalent functions in AK/BuiltinWrappers.h.
2021-12-21 22:13:51 +01:00
..
CMakeLists.txt LibM: Fix linking with LibM when compiling Userland without -O2 2021-05-23 20:17:00 +01:00
math.cpp AK+Everywhere: Replace __builtin bit functions 2021-12-21 22:13:51 +01:00
math.h LibM: Add long double defines of Math Constants 2021-07-02 19:50:43 +02:00