Sign in
llvm
/
libclc
/
amd-builtins
/
.
/
generic
/
include
/
clc
/
relational
/
bitselect.h
blob: e91cbfded8b78b3976a21256329c7b78e4c6503f [
file
] [
log
] [
blame
]
#define
bitselect
(
x
,
y
,
z
)
((
x
)
^
((
z
)
&
((
y
)
^
(
x
))))