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: Properly support SSE2 intrinsics


On Wed, Jun 04, 2003 at 05:38:42PM -0700, H. J. Lu wrote:
> All SSE2 intrinsics are moved into emmintrin.h. That line is for gcc
> backward source compatibility only. It does look odd. It works since
> both emmintrin.h and xmmintrin.h are protected by #ifndef/#define.

That's not the point.  What, if anything, is left in Intel's xmmintrin.h?
If nothing, then I'd think that backward source compatibility is achieved
by reducing xmmintrin.h to just one #include and nothing else.


r~


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