[PATCH] D72841: Add support for pragma float_control, to control precision and exception behavior at the source level

Melanie Blower via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 10:11:44 PDT 2020


mibintc marked an inline comment as done.
mibintc added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:3197
+by the pragma behaves as though the command-line option
+ ``-ffp-exception-behavior=strict`` is enabled,
+when ``pragma float_control(precise, off)`` is enabled, the section of code
----------------
there's an extra whitespace here, i'll get rid of it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72841





More information about the llvm-commits mailing list