<section>
</section>work hard
simple code likes followed:
export add_pixels_clamped_iwmmxt
add_pixels_clamped_iwmmxt proc
wunpckelub wr6,wr4;
endp
compile,and error A2034: unknown opcode: wunpckelub.
how can I compile the code successfully?
work hard