The AArch64 target now has the necessary support for strict fp, so enable it in clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/docs/ReleaseNotes.rst | ||
---|---|---|
769 | Do we need tests for these command-line options? I only see tests for -ffp-exception-behavior= in this patch. |
clang/docs/ReleaseNotes.rst | ||
---|---|---|
769 | -ftrapping-math and -ffp-model=strict are both driver-only options that are converted into other cc1 options and tested in Driver/fp-model.c. -frounding-math is tested in a target-independent way in the CodeGen/fpconstrained* tests. |
Do we need tests for these command-line options? I only see tests for -ffp-exception-behavior= in this patch.