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
66c9fb0d52
llvm-project
/
libclc
/
generic
/
include
/
clc
/
integer
/
abs_diff.h
3 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
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 <clc
/
integer
/
abs_diff.inc>
Initial commit. llvm-svn: 147756
2012-01-09 06:09:58 +08:00
#
include
<clc/integer/gentype.inc>