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 (int_4, uint_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) int_4 operator-() const __CPU_GPU__ | |
int_4 | operator~ () const __CPU_GPU__ |
int_4 & | operator%= (const int_4 &rhs) __CPU_GPU__ |
int_4 & | operator^= (const int_4 &rhs) __CPU_GPU__ |
int_4 & | operator|= (const int_4 &rhs) __CPU_GPU__ |
int_4 & | operator&= (const int_4 &rhs) __CPU_GPU__ |
int_4 & | operator>>= (const int_4 &rhs) __CPU_GPU__ |
int_4 & | operator<<= (const int_4 &rhs) __CPU_GPU__ |