[PATCH] D47182: [X86] Move all Intel defined intrinsic includes into immintrin.h

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 15:35:17 PDT 2018


craig.topper updated this revision to Diff 148115.
craig.topper added a comment.

Leave the message still saying x86intrin.h. Change the error checks to look for either x86intrin.h or immintrin.h to have been included. Really only the immintrin.h check is necessary since that's the header that does the include, but I put both so the error message saying x86intrin.h would be less confusing.


https://reviews.llvm.org/D47182

Files:
  lib/Headers/cldemoteintrin.h
  lib/Headers/clzerointrin.h
  lib/Headers/immintrin.h
  lib/Headers/movdirintrin.h
  lib/Headers/pconfigintrin.h
  lib/Headers/ptwriteintrin.h
  lib/Headers/rdseedintrin.h
  lib/Headers/sgxintrin.h
  lib/Headers/waitpkgintrin.h
  lib/Headers/wbnoinvdintrin.h
  lib/Headers/x86intrin.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47182.148115.patch
Type: text/x-patch
Size: 7321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180522/1692c850/attachment.bin>


More information about the cfe-commits mailing list