llvm-project/libc/src
Tue Ly d41280467d [libc] Add implementations of fdim[f|l].
Implementing fdim, fdimf, and fdiml for llvm-libc.

Differential Revision: https://reviews.llvm.org/D90906
2020-11-10 18:48:11 -05:00
..
__support [libc] Fix typo in platform_defs.h.inc 2020-09-15 14:25:01 +00:00
assert [LIBC][NFC] Rename errno and assert files to match other files with functions 2020-11-03 21:29:32 +00:00
ctype [libc] Add tolower, toupper implementation. 2020-08-06 15:21:38 -04:00
errno [LIBC][NFC] Rename errno and assert files to match other files with functions 2020-11-03 21:29:32 +00:00
math [libc] Add implementations of fdim[f|l]. 2020-11-10 18:48:11 -05: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