mortenvp
mortenvp

Reputation: 1115

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?

Upvotes: 3

Views: 1539

Answers (1)

mortenvp
mortenvp

Reputation: 1115

The instructions are called eor (Exclusive OR).

Upvotes: 11

Related Questions