Until now we only had variants for 'char' and 'unsigned char'. In C++ 'char' 'unsigned char' and 'signed char' are three different types and we need overloads for all of them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Differential D45780
[CUDA] added missing __ldg(const signed char *) tra on Apr 18 2018, 11:29 AM. Authored by
Details Until now we only had variants for 'char' and 'unsigned char'. In C++ 'char' 'unsigned char' and 'signed char' are three different types and we need overloads for all of them.
Diff Detail
|