> > [EMAIL PROTECTED] qemu]$ gcc -msse2 sse2test.c -o sse2test
> > [EMAIL PROTECTED] qemu]$ ./sse2test
> > cvttps2dq_1 ... failed
> > cvttps2dq_2 ... failed
> > movdq2q_1 ... failed
> > movq2dq_1 ... failed
> >
> > what am i doing wrong here ?
>
> Running it on a CPU without SSE2, if i'm allowed to venture a gues.

Yup.  Try 'strace ./sse2test' and see if it gets SIGILLs thrown at it.

J


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to