[PATCH] D142907: LangRef: Add "dynamic" option to "denormal-fp-math"
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 16 09:27:21 PST 2023
arsenm added a comment.
In D142907#4132318 <https://reviews.llvm.org/D142907#4132318>, @jcranmer-intel wrote:
> Not entirely sure where the best place to effect this (I think somewhere in the clang driver code?), but on further reflection, it feels like strict fp-model in clang should set the denormal mode to dynamic.
I was thinking of changing the default in general to dynamic. I was going to at least change the strictfp default in a follow up
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142907/new/
https://reviews.llvm.org/D142907
More information about the cfe-commits
mailing list