This revision was automatically updated to reflect the committed changes.
Closed by commit rG9e3264ab2021: [FPEnv] Enable strict fp for AArch64 in clang
(authored by john.brawn).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138143/new/
https://revi
olista01 accepted this revision.
olista01 added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138143/new/
https://reviews.llvm.org/D138143
___
john.brawn added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:760
+- Strict floating point has been enabled for AArch64, which means that
+ ``-ftrapping-math``, ``-frounding-math``, ``-ffp-model=strict``, and
+ ``-ffp-exception-behaviour=`` are now accepted.
---
ostannard added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:760
+- Strict floating point has been enabled for AArch64, which means that
+ ``-ftrapping-math``, ``-frounding-math``, ``-ffp-model=strict``, and
+ ``-ffp-exception-behaviour=`` are now accepted.
john.brawn created this revision.
john.brawn added reviewers: t.p.northover, fhahn, umesh.kalappa0.
Herald added subscribers: arphaman, kristof.beyls.
Herald added a project: All.
john.brawn requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
T