Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Exception on vmovq instruction on Atom x5-Z8300 CPU

Has anyone come across a crash using the Intel x5-Z8300 CPU with AVX the instruction vmovq?

I've compiled OpenCV for 32-bit and it works fine on an Intel i5, but on the z8300 its crashing on this vmovq instruction.

I'm not sure the Atom CPU supports vector extensios, I´ve been looking at the Intel datasheets, but it doesn't seem clear, but it doesn't list the z8300 (Cherry Trail) as being AVX ready here: https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX

If AVX isn't supported, should I just disable it and rebuild...?