[PATCH] D77013: [AMDGPU] Add options -mamdgpu-ieee -mno-amdgpu-ieee
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 30 19:56:34 PDT 2021
yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/include/clang/Driver/Options.td:3186
+ "gathering quiet and propagate signaling NaN inputs per IEEE 754-2008 "
+ "(AMDGPU only)">,
+ NegFlag<SetFalse, [CC1Option]>>, Group<m_Group>;
----------------
arsenm wrote:
> Maybe also note this is an ABI changing option
will do
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77013/new/
https://reviews.llvm.org/D77013
More information about the cfe-commits
mailing list