summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/denormalfpmode.c
Commit message (Collapse)AuthorAgeFilesLines
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-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
OpenPOWER on IntegriCloud