Skip to content

Commit 49dc49e

Browse files
authored
[libc][math] Add asin to baremetal Arm and AArch64 (#167339)
This patch adds `asin` to the entry points for Arm and AArch64. Tests have been run using Arm Toolchain for Embedded, a downstream toolchain.
1 parent cf6b443 commit 49dc49e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc/config/baremetal/aarch64/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ set(TARGET_LIBM_ENTRYPOINTS
323323
libc.src.math.acos
324324
libc.src.math.acosf
325325
libc.src.math.acoshf
326+
libc.src.math.asin
326327
libc.src.math.asinf
327328
libc.src.math.asinhf
328329
libc.src.math.atan2

libc/config/baremetal/arm/entrypoints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ set(TARGET_LIBM_ENTRYPOINTS
326326
libc.src.math.acos
327327
libc.src.math.acosf
328328
libc.src.math.acoshf
329+
libc.src.math.asin
329330
libc.src.math.asinf
330331
libc.src.math.asinhf
331332
libc.src.math.atan2

0 commit comments

Comments
 (0)