OSDN Git Service

[libc] Add remainder[f|l] and remquo[f|l] to the list of aarch64 entrypoints.
authorSiva Chandra <sivachandra@google.com>
Tue, 15 Dec 2020 02:05:19 +0000 (18:05 -0800)
committerSiva Chandra <sivachandra@google.com>
Tue, 15 Dec 2020 02:06:05 +0000 (18:06 -0800)
libc/config/linux/aarch64/entrypoints.txt

index 89f910b..67e2b72 100644 (file)
@@ -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