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?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

The instructions are called eor (Exclusive OR).

link|improve this answer
1  
They're even clearly labeled on the page the questioner linked: "6.53.3.78 Logical operations (exclusive OR)" – Stephen Canon Jun 27 '10 at 23:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.