Skip to content

Commit e04eb86

Browse files
overmightymahesh-attarde
authored andcommitted
Revert "[libc][math][c23] Temporarily disable asinpif16 C23 math function" (llvm#150755)
Reverts llvm#150754 I should have reverted the asinpif16 PR instead of just disabling the entrypoints.
1 parent c6d822f commit e04eb86

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
660660
list(APPEND TARGET_LIBM_ENTRYPOINTS
661661
# math.h C23 _Float16 entrypoints
662662
# libc.src.math.acoshf16
663-
# Temporarily disabled due to mpfr_asinpi requiring MPFR >= 4.2.0.
664-
# libc.src.math.asinpif16
663+
libc.src.math.asinpif16
665664
libc.src.math.canonicalizef16
666665
libc.src.math.ceilf16
667666
libc.src.math.copysignf16

libc/config/linux/x86_64/entrypoints.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
703703
libc.src.math.acospif16
704704
libc.src.math.asinf16
705705
libc.src.math.asinhf16
706-
# Temporarily disabled due to mpfr_asinpi requiring MPFR >= 4.2.0.
707-
# libc.src.math.asinpif16
706+
libc.src.math.asinpif16
708707
libc.src.math.atanf16
709708
libc.src.math.atanhf16
710709
libc.src.math.canonicalizef16

0 commit comments

Comments
 (0)