HCC
HCC is a single-source, C/C++ compiler for heterogeneous computing. It's optimized with HSA (http://www.hsafoundation.com/).
|
Public Member Functions | |
SCALARTYPE_4_CONVERSION_CTOR (uint_4, int_4, float_4, double_4, norm_4, unorm_4, char_4, uchar_4, short_4, ushort_4, long_4, ulong_4, longlong_4, ulonglong_4) uint_4 operator~() const __CPU_GPU__ | |
uint_4 & | operator%= (const uint_4 &rhs) __CPU_GPU__ |
uint_4 & | operator^= (const uint_4 &rhs) __CPU_GPU__ |
uint_4 & | operator|= (const uint_4 &rhs) __CPU_GPU__ |
uint_4 & | operator&= (const uint_4 &rhs) __CPU_GPU__ |
uint_4 & | operator>>= (const uint_4 &rhs) __CPU_GPU__ |
uint_4 & | operator<<= (const uint_4 &rhs) __CPU_GPU__ |