summaryrefslogtreecommitdiff
path: root/libclc/generic/include/clc/integer/mad_hi.h
blob: 863ce92d9f2d8c2bdb3b9f06788d2c67706984d4 (plain)
1
#define mad_hi(a, b, c) (mul_hi((a),(b))+(c))