2 lines
55 B
C
2 lines
55 B
C
#define bitselect(x, y, z) ((x) ^ ((z) & ((y) ^ (x))))
|
#define bitselect(x, y, z) ((x) ^ ((z) & ((y) ^ (x))))
|