ladybird/Libraries/LibM
Sergey Bugaev cfe8fdd5aa LibM: Implement sqrt()
Use the x87 fsqrt instruction for that.

We cannot use __builtin_sqrt(), since GCC expands it into
a sqrt() call, so we just loop endlessly.
2019-08-10 08:46:22 +02:00
..
install.sh Libraries: Fix wrong paths to "Root" in the various install.sh scripts. 2019-07-21 21:38:30 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00
math.cpp LibM: Implement sqrt() 2019-08-10 08:46:22 +02:00
math.h Libraries: Create top level directory for libraries. 2019-07-04 16:16:50 +02:00