[ARM 2/5 big.LITTLE] Allow tuning parameters without unique tuning targets.
[official-gcc.git] / libatomic / fxor_n.c
blob0f2d962412738a11f9a0fb4eee07cfc5313dfcea
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"