Files
clang-p2996/libclc/generic/include/clc/relational/bitselect.h
Tom Stellard a4cadba551 Add bitselect() builtin
Reviewed-By: Aaron Watry <awatry@gmail.com>
llvm-svn: 185836
2013-07-08 17:26:33 +00:00

2 lines
55 B
C

#define bitselect(x, y, z) ((x) ^ ((z) & ((y) ^ (x))))