llvm-project/libclc/generic/include/clc/relational/select.h

2 lines
42 B
C

#define select(a, b, c) ((c) ? (b) : (a))