[PATCH] D121122: Set FLT_EVAL_METHOD to -1 when fast-math is enabled.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 11 13:23:12 PST 2022
aaron.ballman added a comment.
It looks like there are some clang-format issues to handle as well.
================
Comment at: clang/test/CodeGen/eval-method-fast-math.c:113-116
+#pragma float_control(precise, on)
+ int val2 = __FLT_EVAL_METHOD__;
+ }
+ return __FLT_EVAL_METHOD__;
----------------
Shouldn't there be CHECK lines for these?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121122/new/
https://reviews.llvm.org/D121122
More information about the cfe-commits
mailing list