forked from OSchip/llvm-project
![]() Comparing the runtime of the sqrt functions from LLVM libc with the system libc: |function |perf - LLVM libc |perf - MSVCRT |sqrtf - Windows|44.05 sec (44051715500 ns)| 417.84 sec (417843359900 ns) = 6.96 mins |function |perf - LLVM libc |perf - glibc |sqrtf - Linux |30.48 sec (30479458632 ns)|43.72 sec (43716901527 ns) By running the differential test: |function |diff |sqrtf - Windows|0 differing results |sqrtf - Linux |0 differing results Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D107229 |
||
---|---|---|
.. | ||
AOR_v20.02 | ||
benchmarks | ||
cmake/modules | ||
config | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
loader | ||
spec | ||
src | ||
test | ||
utils | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.txt |
README.txt
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.