Abhishek
Abhishek
The instruction vmovaps (%rsi), %ymm0 is a SIMD instruction that is not supported on 10.6 x86_64. This instruction copies a 256-bit floating-point value from memory to the XMM register %ymm0....
Yes, it is possible to add a fallback when the compiler is GNUC. To do this, you can use the following code: #if defined(__GNUC__) #define COMPILER_IS_GNUC #endif #if defined(COMPILER_IS_GNUC) //...
> This is likely needed, but I know nothing about Intel SIMD, so cannot fix it myself, I am afraid. I understand. I can help you remove the offending instruction...