This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch x86] use always_inline on all vector intrinsics


> For ICC 8.0 on Linux/x86, the answer seems to be 'yes':
> 
>      stuart@citroen:~$ egrep 'cvs_id|SSE3' /opt/intel_cc_80/include/ 
> pmmintrin.h
>      *** cvs_id[] = "$Id: pmmintrin.h,v 1.2 2003/07/24 17:47:39  
> kbsmith1 Exp $";
>      stuart@citroen:~$
> 
> I've yet to install the ICC 8.1 that Intel gave to everyone at the  
> recent GCC Summit.
> 
I checked 9.0 for you, and nothing is guarded with SSE3 there.

dberlin@linux-009002219098:/opt/intel/cc/9.0/include> grep SSE3 *
pmmintrin.h: * Principal header file for Intel(R) Pentium(R) 4 processor
SSE3 intrinsics



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]