Files
clang-p2996/libclc/generic/include/clc/math/native_divide.h
Peter Collingbourne d5395fbf03 Initial commit.
llvm-svn: 147756
2012-01-08 22:09:58 +00:00

2 lines
40 B
C

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