rjmccall added a comment.

The GCC docs seem pretty clear that `-frounding-math` is meant to allow dynamic 
access to the FP environment.  There might be optimizations that are perfectly 
legal with a constant but non-default rounding mode, and there might be some 
flag that only implies that weaker constraint, but `-frounding-math` needs to 
turn `FENV_ACCESS` on by default.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87528

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to