[llvm-branch-commits] [libc] f0cd6aa - [libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints.
Siva Chandra via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Dec 14 18:12:05 PST 2020
Author: Siva Chandra
Date: 2020-12-14T18:06:05-08:00
New Revision: f0cd6aa614f49bb0c66e65fdf6637222c982efe4
URL: https://github.com/llvm/llvm-project/commit/f0cd6aa614f49bb0c66e65fdf6637222c982efe4
DIFF: https://github.com/llvm/llvm-project/commit/f0cd6aa614f49bb0c66e65fdf6637222c982efe4.diff
LOG: [libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints.
Added:
Modified:
libc/config/linux/aarch64/entrypoints.txt
Removed:
################################################################################
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index 89f910b5766c..67e2b72aa1af 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -88,6 +88,12 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.modf
libc.src.math.modff
libc.src.math.modfl
+ libc.src.math.remainderf
+ libc.src.math.remainder
+ libc.src.math.remainderl
+ libc.src.math.remquof
+ libc.src.math.remquo
+ libc.src.math.remquol
libc.src.math.round
libc.src.math.roundf
libc.src.math.roundl
More information about the llvm-branch-commits
mailing list