/* --- SSE2 --- */
-
+#if 0
printf("\nComplain sse2 pxor\n");
__asm__ __volatile__(
"movups 0(%0), %%xmm0\n\t"
JZ_NEXT
: : "r"(junk) : "esi", "xmm7", "xmm0", "cc", "memory"
);
-
+#endif
free(junk);
return 0;
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (xor-undef-x86.c:67)
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (xor-undef-x86.c:98)
-
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (xor-undef-x86.c:127)
-
-ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: 0 bytes in 0 blocks.
malloc/free: 1 allocs, 1 frees, 48 bytes allocated.
For a detailed leak analysis, rerun with: --leak-check=yes