File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
libc/config/linux/aarch64 Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -659,16 +659,13 @@ endif()
659659if(LIBC_TYPES_HAS_FLOAT16)
660660 list(APPEND TARGET_LIBM_ENTRYPOINTS
661661 # math.h C23 _Float16 entrypoints
662- # libc.src.math.acoshf16
662+ libc.src.math.acoshf16
663663 libc.src.math.asinpif16
664664 libc.src.math.canonicalizef16
665665 libc.src.math.ceilf16
666666 libc.src.math.copysignf16
667- #TODO: Aarch64 bug https://github.com/llvm/llvm-project/issues/134917
668- # libc.src.math.cospif16
669- # TODO: aarch64 bug
670- # Please see https://github.com/llvm/llvm-project/pull/100632#issuecomment-2258772681
671- # libc.src.math.expf16
667+ libc.src.math.cospif16
668+ libc.src.math.expf16
672669 libc.src.math.f16add
673670 libc.src.math.f16addf
674671 # libc.src.math.f16addl
@@ -740,8 +737,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
740737 libc.src.math.scalbnf16
741738 libc.src.math.setpayloadf16
742739 libc.src.math.setpayloadsigf16
743- #TODO: Aarch64 bug https://github.com/llvm/llvm-project/issues/134917
744- # libc.src.math.sinpif16
740+ libc.src.math.sinpif16
745741 libc.src.math.sqrtf16
746742 libc.src.math.totalorderf16
747743 libc.src.math.totalordermagf16
You can’t perform that action at this time.
0 commit comments