[PATCH] D47182: [X86] Move all Intel defined intrinsic includes into immintrin.h
David Kreitzer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 22 14:18:35 PDT 2018
DavidKreitzer added a comment.
I agree with the changes in x86intrin.h and immintrin.h. For the others, I question whether we ought to recommend inclusion of x86intrin.h or immintrin.h. The distinction as I understand it is that immintrin.h is used for Intel-specific intrinsics while x86intrin.h covers all intrinsics for x86-based architectures.
Repository:
rC Clang
https://reviews.llvm.org/D47182
More information about the cfe-commits
mailing list