No xor gcc intrinsics for ARM NEON
I could not find any intrinsics for a simple xor operation.
See: http开发者_运维技巧://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html
Are there really no way to use NEON instructions for this?
The instructions are called eor (Exclusive OR).
精彩评论