"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f1c120e9ef13beae31e59f417868830a9207f204"
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! llvm-svn: 202871
Loading
Please register or sign in to comment