This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SSEtoNEON FAQ

_mm_sfence() and _mm_pause() are two of Intel instruction set.

Unlike ordinary operation instructions, they provide optimization functions. If I want to implement them on arm, is there any suitable instruction or statement to replace it?

Thanks.