This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Properly support SSE2 intrinsics
- From: Richard Henderson <rth at redhat dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 3 Jun 2003 16:09:35 -0700
- Subject: Re: PATCH: Properly support SSE2 intrinsics
- References: <20030603115211.A22296@lucon.org>
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~