[PATCH] D90174: [HIP] Fix regressions due to fp contract change

Steve Canon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 3 10:25:33 PST 2020


scanon added a comment.

(If you tell GCC to respect the pragma via -std=c17 or similar, then -ffp-contract=fast overrides it just like clang's current behavior: https://godbolt.org/z/5dxxGb)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90174/new/

https://reviews.llvm.org/D90174



More information about the cfe-commits mailing list