This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
9c3b588db9
llvm-project
/
libclc
/
generic
/
lib
/
integer
/
abs_diff.cl
5 lines
91 B
Common Lisp
Raw
Normal View
History
Unescape
Escape
Initial commit. llvm-svn: 147756
2012-01-09 06:09:58 +08:00
#
include
<clc/clc.h>
Add __CLC_ prefix to all macro definitions in headers libclc was defining and undefing GENTYPE and several other macros with common names in its header files. This was preventing applications from defining macros with identical names as command line arguments to the compiler, because the definitions in the header files were masking the macros defined as compiler arguements. Reviewed-by: Aaron Watry <awatry@gmail.com> llvm-svn: 185838
2013-07-09 01:27:02 +08:00
#
define
__CLC_BODY
<abs_diff.inc>
Initial commit. llvm-svn: 147756
2012-01-09 06:09:58 +08:00
#
include
<clc/integer/gentype.inc>