Reinstate accidentally deleted uchar2Holder

[ROCm/clr commit: 7bf8402d1d]
Tento commit je obsažen v:
949f45ac
2018-05-17 10:55:45 +02:00
rodič c819e2ee01
revize 901ab53c37
+7
Zobrazit soubor
@@ -276,6 +276,13 @@ struct ucharHolder {
};
} __attribute__((aligned(4)));
struct uchar2Holder {
union {
unsigned int ui[2];
unsigned char c[8];
};
} __attribute__((aligned(8)));
__device__ unsigned int __byte_perm(unsigned int x, unsigned int y, unsigned int s) {
struct uchar2Holder cHoldVal;
struct ucharHolder cHoldKey;