[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:15:40 PDT 2024
https://github.com/overmighty created https://github.com/llvm/llvm-project/pull/101225
See Buildbot failure:
https://lab.llvm.org/staging/#/builders/132/builds/698.
>From 5886b55c4d20e3a55d35666022d3b022367ad348 Mon Sep 17 00:00:00 2001
From: OverMighty <its.overmighty at gmail.com>
Date: Tue, 30 Jul 2024 21:13:44 +0200
Subject: [PATCH] [libc][math][c23] Temporarily disable totalorderf128 on
RISC-V
See Buildbot failure:
https://lab.llvm.org/staging/#/builders/132/builds/698.
---
libc/config/linux/riscv/entrypoints.txt | 1 -
1 file changed, 1 deletion(-)
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
More information about the libc-commits
mailing list