This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RFC: A new meta intrinsic header file for x86 intrinsics
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: GCC <gcc at gcc dot gnu dot org>, "Girkar, Milind" <milind dot girkar at intel dot com>
- Date: Fri, 4 Apr 2008 10:13:06 -0700
- Subject: RFC: A new meta intrinsic header file for x86 intrinsics
Hi,
For each new set of x86 intrinsics, we introduce a new header file. It
will be desirable for users just to include one header file for all
intrinsics, current and future. Icc has <ia32intrin.h>, which includes
proper individual intrinsic header files and users just need
to include <ia32intrin.h> to get access to all intrinsics.
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>?
Thanks.
H.J.