Hello. I want to compile some SIMD assemby.
I'm using stuff taken out of that jz_mxu file:
__asm__ __volatile ("Q8MIN xr0,xr1,xr2"
);
build.bat simply tells me it doesn't recognize the opcode "Q8MIN xr0, xr1, xr2".
How do I assemble it? Do I need to include something?