Files
llvm/libc
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
..
2020-07-16 21:53:45 +02:00
2020-08-07 23:19:03 -07:00
2020-09-17 23:28:36 -04:00
2020-09-17 23:28:36 -04:00
2020-09-17 23:28:36 -04:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.