[libc-commits] [PATCH] D146253: [libc] Enabled more tests for targets other than x86_64
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 16 17:56:50 PDT 2023
lntue added a comment.
@mikhail.ramalho : why do you need to force the `FMA_OPT` and `ROUND_OPT` for RISC-V target? These are to expand to build and test both with and without those instructions automatically. Do you plan the same thing for RISC-V? Without this, the current setup should test the trig functions with FMA and rounding instructions by default, and not testing trig functions without those instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146253/new/
https://reviews.llvm.org/D146253
More information about the libc-commits
mailing list