hanchenye-llvm-project/libclc/generic/include/clc/integer/mad_hi.h

2 lines
46 B
C

#define mad_hi(a, b, c) (mul_hi((a),(b))+(c))