[PATCH] D93597: [X86][SSE] Enable constexpr on some basic SSE intrinsics (RFC)
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 21 01:53:47 PST 2020
RKSimon updated this revision to Diff 313038.
RKSimon added a comment.
I've added the static_assert constexpr methods - this requires C++14 so I've left the existing constexpr wrapper tests with C++11 coverage as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93597/new/
https://reviews.llvm.org/D93597
Files:
clang/lib/Headers/xmmintrin.h
clang/test/CodeGen/X86/sse-builtins.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93597.313038.patch
Type: text/x-patch
Size: 9803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201221/34621e35/attachment-0001.bin>
More information about the cfe-commits
mailing list