gcc/libatomic/fxor_n.c

6 lines
101 B
C

#define LAT_FXOR_N
#define NAME xor
#define OP(X,Y) ((X) ^ (Y))
#include "fop_n.c"
#undef LAT_FXOR_N