[PATCH] D74500: clang: Treat ieee mode as the default for denormal-fp-math
Sanjay Patel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 2 10:43:58 PST 2020
spatel added inline comments.
================
Comment at: llvm/include/llvm/ADT/FloatingPointMode.h:48
- DenormalMode() = default;
- DenormalMode(DenormalModeKind Out, DenormalModeKind In) :
+ constexpr DenormalMode() = default;
+ constexpr DenormalMode(DenormalModeKind Out, DenormalModeKind In) :
----------------
Can these constexpr diffs be separated out as an NFC preliminary commit?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74500/new/
https://reviews.llvm.org/D74500
More information about the cfe-commits
mailing list