On Tue, Apr 08, 2008 at 02:10:55PM -0700, Mark Mitchell wrote: > H.J. Lu wrote: > >> We will implement meta intrinsic header file for AVX intrinsics. >> However, I am not sure if <ia32intrin.h> is the best name for it. >> Does anyone have any suggestions, how about <x86intrin.h>? > > I think there's value in using the same name as icc. It's set a precedent, > let's keep it. That makes it easy for people to move code from icc to GCC. >
Icc and gcc will use the same filename. The question is what filename to use. H.J.