[PATCH] D53912: [Headers] [MS] Add intrin0.h
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 30 16:57:56 PDT 2018
rnk added a comment.
This sounds like it would defeat what I'm assuming is the intended purpose of intrin0.h, which is to reduce compile time. intrin.h is kind of enormous, and the compile time problems are well-documented. We should investigate what's up with intrin0.h and implement as many builtins as we need to support it.
Repository:
rC Clang
https://reviews.llvm.org/D53912
More information about the cfe-commits
mailing list