hanchenye-llvm-project/libclc/generic/lib/math
Tom Stellard d768ac0395 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-08 17:27:02 +00:00
..
binary_impl.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
fmax.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
fmin.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
hypot.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
hypot.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
mad.cl Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00
mad.inc Add __CLC_ prefix to all macro definitions in headers 2013-07-08 17:27:02 +00:00