ARM architecture support
Opened this issue · 2 comments
Deleted user commented
You can try https://github.com/nemequ/simde for easy transfer of SSE / AVX instructions to ARM.
junbaibai0719 commented
junbaibai0719 commented
Today, I finally know why I can't compile in arm.
Because I didn't use -fsigned-char
and simde didn't have _ mm_ cmpestri
.