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
5f2441d8f3
llvm-project
/
libclc
/
generic
/
include
/
clc
/
math
/
mad.inc
2 lines
94 B
PHP
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
_CLC_OVERLOAD
_CLC_DECL
__CLC_GENTYPE
mad
(
__CLC_GENTYPE
a
,
__CLC_GENTYPE
b
,
__CLC_GENTYPE
c
);