File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
libc/config/linux/aarch64 Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -650,7 +650,8 @@ if(LIBC_TYPES_HAS_FLOAT16)
650
650
libc.src.math.canonicalizef16
651
651
libc.src.math.ceilf16
652
652
libc.src.math.copysignf16
653
- libc.src.math.cospif16
653
+ #TODO: Aarch64 bug https://github.com/llvm/llvm-project/issues/134917
654
+ # libc.src.math.cospif16
654
655
# TODO: aarch64 bug
655
656
# Please see https://github.com/llvm/llvm-project/pull/100632#issuecomment-2258772681
656
657
# libc.src.math.expf16
@@ -724,7 +725,8 @@ if(LIBC_TYPES_HAS_FLOAT16)
724
725
libc.src.math.scalbnf16
725
726
libc.src.math.setpayloadf16
726
727
libc.src.math.setpayloadsigf16
727
- libc.src.math.sinpif16
728
+ #TODO: Aarch64 bug https://github.com/llvm/llvm-project/issues/134917
729
+ # libc.src.math.sinpif16
728
730
libc.src.math.sqrtf16
729
731
libc.src.math.totalorderf16
730
732
libc.src.math.totalordermagf16
You can’t perform that action at this time.
0 commit comments