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)
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments