Reputation: 1115
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?
Upvotes: 3
Views: 1539
The instructions are called eor (Exclusive OR).
Upvotes: 11