re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with LTO)
[official-gcc.git] / libatomic / fxor_n.c
blob0f2d962412738a11f9a0fb4eee07cfc5313dfcea
1 #define NAME xor
2 #define OP(X,Y) ((X) ^ (Y))
3 #include "fop_n.c"