diff options
author | Mikhail R. Gadelha <mikhail@igalia.com> | 2025-07-19 19:10:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-19 19:10:52 -0300 |
commit | 756e515ce317a282fd5adf08b54600337346c6b0 (patch) | |
tree | 6f3ed5888ec484946b2c793c92b974629e362419 /llvm/docs/CommandGuide/llvm-ir2vec.rst | |
parent | 07100c6658c71e4016675e624da8c94543479745 (diff) | |
download | llvm-756e515ce317a282fd5adf08b54600337346c6b0.zip llvm-756e515ce317a282fd5adf08b54600337346c6b0.tar.gz llvm-756e515ce317a282fd5adf08b54600337346c6b0.tar.bz2 |
[libc] Simplify fma handling for riscv (#149673)
This PR simplifies how we enable the different fma configs for riscv:
1. Removes __LIBC_RISCV_USE_FMA define
2. Checks if __riscv_flen is defined to set LIBC_TARGET_CPU_HAS_FMA
As a bonus, we enable *FMA_OPT tests for rv32, so any rv32 hardware that
doesn't implement the f/d extensions is also covered by the tests.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-ir2vec.rst')
0 files changed, 0 insertions, 0 deletions