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