[libc-commits] [libc] [libc][math][c23] Enable _Float16 entrypoints on 32-bit Arm and on RISC-V (PR #109700)
Mikhail R. Gadelha via libc-commits
libc-commits at lists.llvm.org
Mon Sep 23 13:02:03 PDT 2024
mikhailramalho wrote:
> Tested with `libc-math-unittests` target in Ubuntu 24.04 LTS `armv7l` and `riscv64` containers with QEMU.
The rv64 buildbots run `ninja check-libc` and there were some failures because of #107607, as clang fails to generate an `fmv` instruction; as of clang 19 no fix landed for the issue.
Can you run all the tests with fullbuild enabled for rv64? The last time I tried (a couple of weeks ago), this failed on my visionfive board (rv64).
https://github.com/llvm/llvm-project/pull/109700
More information about the libc-commits
mailing list