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

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 10:22:29 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D47182#1107900, @craig.topper wrote:

> Eventually this was determined to not be very scalable to remember which header file contained what intrinsics and you have to change it with each generation to get the latest.. So immintrin.h was created to just include everything.


Speaking of things that aren't scalable... immintrin.h is like the new windows.h. :(

The reorganization looks good to me, though.


Repository:
  rC Clang

https://reviews.llvm.org/D47182





More information about the cfe-commits mailing list