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 Tue, Jun 03, 2003 at 11:52:11AM -0700, H. J. Lu wrote:
> +/* Alternate intrinsic name definitions.  */
> +#define	_m_empty	_mm_empty

I do not think that this is the best way to do this.
I'd much rather we used *another* inline function so
as to not pollute the namespace.

> +/* For backward source compatibility.  */
> +#include <emmintrin.h>

Except that you have emmintrin.h including xmmintrin.h.
So which is it supposed to be?


r~


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