llvm-project/libclc/generic/include/clc/math/native_divide.h

2 lines
40 B
C

#define native_divide(x, y) ((x) / (y))