File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -660,8 +660,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
660
660
list(APPEND TARGET_LIBM_ENTRYPOINTS
661
661
# math.h C23 _Float16 entrypoints
662
662
# 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
665
664
libc.src.math.canonicalizef16
666
665
libc.src.math.ceilf16
667
666
libc.src.math.copysignf16
Original file line number Diff line number Diff line change @@ -703,8 +703,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
703
703
libc.src.math.acospif16
704
704
libc.src.math.asinf16
705
705
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
708
707
libc.src.math.atanf16
709
708
libc.src.math.atanhf16
710
709
libc.src.math.canonicalizef16
You can’t perform that action at this time.
0 commit comments