[all-commits] [llvm/llvm-project] 53fcf6: [libc][aarch64] Enable a bunch of math functions.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Feb 5 15:14:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53fcf6bb62714c2bcba76d763f516be451a71b76
https://github.com/llvm/llvm-project/commit/53fcf6bb62714c2bcba76d763f516be451a71b76
Author: Siva Chandra <sivachandra at google.com>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
Log Message:
-----------
[libc][aarch64] Enable a bunch of math functions.
Namely, these are the functions enabled: rint*, lrint*, llrint*, lround*,
llround*, nearbyint*. They were previously not enabled because they
required rounding mode and FP exception support. Now that rounding mode
and FP exception support is available for Aarch64, they can be enabled.
More information about the All-commits
mailing list