[all-commits] [llvm/llvm-project] 38cadd: [libc] Implement expf function that is correctly r...
lntue via All-commits
all-commits at lists.llvm.org
Fri Mar 11 04:17:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38cadd90b711699e25092260dca0ee05697f1b17
https://github.com/llvm/llvm-project/commit/38cadd90b711699e25092260dca0ee05697f1b17
Author: Tue Ly <lntue at google.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expf.cpp
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/expf_test.cpp
M libc/test/src/math/expf_test.cpp
Log Message:
-----------
[libc] Implement expf function that is correctly rounded for all rounding modes.
Implement expf function that is correctly rounded for all rounding modes.
Reviewed By: sivachandra, zimmermann6
Differential Revision: https://reviews.llvm.org/D121440
More information about the All-commits
mailing list