gcc/libatomic/fand_n.c

6 lines
101 B
C
Raw Normal View History

#define LAT_FAND_N
#define NAME and
#define OP(X,Y) ((X) & (Y))
#include "fop_n.c"
#undef LAT_FAND_N