re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)
[official-gcc.git] / libatomic / fxor_n.c
blob0f2d962412738a11f9a0fb4eee07cfc5313dfcea
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"