buildtools/gcc/libatomic/fxor_n.c
2013-06-05 18:35:38 +02:00

4 lines
64 B
C

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