summaryrefslogtreecommitdiff
path: root/generic/include/clc/relational/bitselect.h
blob: e91cbfded8b78b3976a21256329c7b78e4c6503f (plain)
1
#define bitselect(x, y, z) ((x) ^ ((z) & ((y) ^ (x))))