Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This adds new options -fdenormal-fp-math and passes through option -ffast-math | Sjoerd Meijer | 2016-08-30 | 1 | -0/+12 |
to CC1, which are translated to function attributes and can e.g. be mapped on build attributes FP_exceptions and FP_denormal. Setting these build attributes allows better selection of floating point libraries. Differential Revision: https://reviews.llvm.org/D23840 llvm-svn: 280064 |