Am Samstag 17 März 2007 schrieb Prakash Punnoor:
> Now filed under
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31245
>
> at David's request.
I noticed another SSE2 related bug, filed under
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31361
--
(°= =°)
//\ Prakash Punnoor /\\
Now filed under
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31245
at David's request.
--
(°= =°)
//\ Prakash Punnoor /\\
V_/ \_V
pgpmJBx7yF8Fe.pgp
Description: PGP signature
Hi,
this is my simple test proggie:
#include
#include
union __u128i {
unsigned int u[4];
__m128i v;
};
static const union __u128i mask = {{0xU, 0xU, 0xU,
0xU}};
static void test1()
{
union __u128i input = {{1, 2, 3, 4}};
int