Use tree_vector_builder::new_unary_operation for folding
[official-gcc.git] / libatomic / fxor_n.c
blob0f2d962412738a11f9a0fb4eee07cfc5313dfcea
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"