File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -660,7 +660,8 @@ if(LIBC_TYPES_HAS_FLOAT16)
660660 list(APPEND TARGET_LIBM_ENTRYPOINTS
661661 # math.h C23 _Float16 entrypoints
662662 # libc.src.math.acoshf16
663- libc.src.math.asinpif16
663+ # Temporarily disabled due to mpfr_asinpi requiring MPFR >= 4.2.0.
664+ # libc.src.math.asinpif16
664665 libc.src.math.canonicalizef16
665666 libc.src.math.ceilf16
666667 libc.src.math.copysignf16
Original file line number Diff line number Diff line change @@ -703,7 +703,8 @@ if(LIBC_TYPES_HAS_FLOAT16)
703703 libc.src.math.acospif16
704704 libc.src.math.asinf16
705705 libc.src.math.asinhf16
706- libc.src.math.asinpif16
706+ # Temporarily disabled due to mpfr_asinpi requiring MPFR >= 4.2.0.
707+ # libc.src.math.asinpif16
707708 libc.src.math.atanf16
708709 libc.src.math.atanhf16
709710 libc.src.math.canonicalizef16
You can’t perform that action at this time.
0 commit comments