[PATCH] D62731: [RFC] Add support for options -frounding-math, -fp-model=, and -fp-exception-behavior=, : Specify floating point behavior

Melanie Blower via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 12 13:26:53 PDT 2019


mibintc added a comment.

In D62731#1663748 <https://reviews.llvm.org/D62731#1663748>, @rjmccall wrote:

> Hmm, you know, there are enough different FP options that I think we should probably split them all out into their own section in the manual instead of just listing them under "code generation".  That will also give us an obvious place to describe the basic model, i.e. all the stuff about it mostly coming down to different strictness and exception models.  Could you prepare a patch that *just* does that reorganization without adding any new features, and then we can add the new options on top of that?


I uploaded a patch to move floating point options to a new documentation section here, https://reviews.llvm.org/D67517


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62731





More information about the cfe-commits mailing list