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/Advance...
If AVX isn't supported, should I just disable it and rebuild...?