[PATCH] D93597: [X86][SSE] Enable constexpr on some basic SSE intrinsics (RFC)
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 4 12:47:55 PST 2021
erichkeane added a comment.
In D93597#2477890 <https://reviews.llvm.org/D93597#2477890>, @tschuett wrote:
> But LLVM is C++14:
> https://github.com/llvm/llvm-project/blob/main/llvm/docs/CodingStandards.rst#id13
The compiler _IS_ compiled with C++14, but the tests are not necessarily compiled as such. The Clang compiler still supports compiling all the way down to C++98.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93597/new/
https://reviews.llvm.org/D93597
More information about the cfe-commits
mailing list