From: Eric Dumazet <redacted>
Date: Tue, 05 Jun 2012 09:26:30 +0200
From: Eric Dumazet <edumazet@google.com>
commit ffe06c17afbb (filter: add XOR operation) added generic support
for XOR operation.
This patch implements the XOR instruction in x86 jit.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Jiri Pirko <redacted>
Applied, thanks Eric. I'll take care of Sparc.
ARM and POWERPC folks, this is just a reminder for you guys
to do this too. Adding support for XOR to your JITs ought to
be quite trivial.
Thanks.