llvm-project/libc/src
Tue Ly f55963d501 [libc] Add implementation for hypotf
Truncating the sum of squares, and then use shift-and-add algorithm to compute its square root.
Required MPFR testing infra is updated in https://reviews.llvm.org/D87514

Differential Revision: https://reviews.llvm.org/D87516
2020-09-17 23:28:36 -04:00
..
__support [libc] Fix typo in platform_defs.h.inc 2020-09-15 14:25:01 +00:00
assert [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
ctype [libc] Add tolower, toupper implementation. 2020-08-06 15:21:38 -04:00
errno [libc][NFC] Make all top of file comments consistent. 2020-04-08 10:18:37 -07:00
math [libc] Add implementation for hypotf 2020-09-17 23:28:36 -04:00
signal [libc][NFC] Cleanup dependencies in src/signal and test/src/signal. 2020-04-21 22:25:01 -07:00
stdio [libc] Add very basic stdio FILE and fwrite 2020-04-14 04:02:27 -04:00
stdlib [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
string [libc] Remove special case for 8 and 16 bytes 2020-09-15 20:48:27 +00:00
sys [libc] Add fully-qualified target names. 2020-04-10 18:01:52 -07:00
threads [libc] Add implementation of call_once from threads.h. 2020-05-28 23:45:09 -07:00
unistd [libc] Add write(2) implementation for Linux and FDReader test utility 2020-04-17 13:21:05 -04:00
.clang-tidy [libc] Fix accidental inclusion of system libc headers. 2020-05-21 01:21:37 -07:00
CMakeLists.txt [libc] Add scaffolding for ctype and implementation of isalpha 2020-07-28 19:17:31 -04:00