[libc-commits] [libc] [libc][math][c23] Temporarily disable totalorderf128 on RISC-V (PR #101225)
via libc-commits
libc-commits at lists.llvm.org
Tue Jul 30 12:16:12 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: OverMighty (overmighty)
<details>
<summary>Changes</summary>
See Buildbot failure:
https://lab.llvm.org/staging/#/builders/132/builds/698.
---
Full diff: https://github.com/llvm/llvm-project/pull/101225.diff
1 Files Affected:
- (modified) libc/config/linux/riscv/entrypoints.txt (-1)
``````````diff
diff --git a/libc/config/linux/riscv/entrypoints.txt b/libc/config/linux/riscv/entrypoints.txt
index cf8a79583f524..467a10dd255e6 100644
--- a/libc/config/linux/riscv/entrypoints.txt
+++ b/libc/config/linux/riscv/entrypoints.txt
@@ -605,7 +605,6 @@ if(LIBC_TYPES_HAS_FLOAT128)
libc.src.math.roundf128
libc.src.math.scalbnf128
libc.src.math.sqrtf128
- libc.src.math.totalorderf128
libc.src.math.totalordermagf128
libc.src.math.truncf128
libc.src.math.ufromfpf128
``````````
</details>
https://github.com/llvm/llvm-project/pull/101225
More information about the libc-commits
mailing list