Both MSVC and ICC define this in xmmintrin.h, so, in terms of compatibility, I'd prefer to have it there in clang as well, even though it's MS-specific.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks, Eric!
test/CodeGen/ms-mm-align.c | ||
---|---|---|
1 ↗ | (On Diff #31317) | I've originally wanted to put it in ms-intinsics.c, but it fails for the "-triple thumbv7--windows" test (as it should - this is an x86-only macro). |
2 ↗ | (On Diff #31317) | Copied that from ms-intrinsics.c as well. Will remove. |