]> granicus.if.org Git - clang/commit
The wmmintrin.h header includes two different sub-headers: one for AES support
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 4 Mar 2014 18:26:12 +0000 (18:26 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 4 Mar 2014 18:26:12 +0000 (18:26 +0000)
commit6d04da7e31f55261849c2c349c9973492a2709cd
treeaa0468c7e1a94296ceda862a832f62de17bfd235
parentc213fc762475aaad0ae54307ca396ef692f1d87e
The wmmintrin.h header includes two different sub-headers: one for AES support
and one for PCLMUL support.  The current immintrin.h header only includes
wmmintrin.h if AES support is enabled.  It should include it if either AES or
PCLMUL is enabled (GCC's version of immintrin.h does this).

Patch by John Baldwin!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/immintrin.h