]> granicus.if.org Git - clang/commit
xopintrin.h: Add wrappers for all flavors of _mm_com.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 May 2013 15:07:46 +0000 (15:07 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 9 May 2013 15:07:46 +0000 (15:07 +0000)
commitee3cd95d31406c8c5d80a2c29fdd803bd5993697
tree4988536917571ae50c03ec33672faf4e52c61203
parent61b669b9377c248c2bf2e1e3aa286bfd1f2569ec
xopintrin.h: Add wrappers for all flavors of _mm_com.

GCC defines only the wrappers, MSVC defines both, we define both now too.
PR15844.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181514 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/xopintrin.h
test/Headers/x86intrin.c [new file with mode: 0644]