]> git.ipfire.org Git - thirdparty/gcc.git/blame - libatomic/fxor_n.c
sched: Change return type of predicate functions from int to bool
[thirdparty/gcc.git] / libatomic / fxor_n.c
CommitLineData
48310492
RH
1#define NAME xor
2#define OP(X,Y) ((X) ^ (Y))
3#include "fop_n.c"