aboutsummaryrefslogtreecommitdiff
path: root/libatomic/fand_n.c
blob: 9eab55bcd72b047fb898e905711ad6206cb09462 (plain)
1
2
3
4
5
#define LAT_FAND_N
#define NAME	and
#define OP(X,Y)	((X) & (Y))
#include "fop_n.c"
#undef LAT_FAND_N