Exception on vmovq instruction on Atom x5-Z8300 CPU

asked 2016-04-19 10:48:47 -0600

Boogaloo gravatar image

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/Advance...

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

edit retag flag offensive close merge delete