Skip to content

Commit

Permalink
[libc] Enable copysignl, frexpl, logbl and modfl on aarch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siva Chandra committed Jun 24, 2020
1 parent 8172ed9 commit 25ac19d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libc/config/linux/aarch64/entrypoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ set(TARGET_LIBM_ENTRYPOINTS
# math.h entrypoints
libc.src.math.copysign
libc.src.math.copysignf
libc.src.math.copysignl
libc.src.math.ceil
libc.src.math.ceilf
libc.src.math.cosf
Expand All @@ -27,10 +28,13 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.floorf
libc.src.math.frexp
libc.src.math.frexpf
libc.src.math.frexpl
libc.src.math.logb
libc.src.math.logbf
libc.src.math.logbl
libc.src.math.modf
libc.src.math.modff
libc.src.math.modfl
libc.src.math.round
libc.src.math.roundf
libc.src.math.sincosf
Expand Down

0 comments on commit 25ac19d

Please sign in to comment.