SWDEV-280131 - Fix __half2 member access bug

Change-Id: Ic11750d18e4ba47446a7e494c3089a19cb4df783
Esse commit está contido em:
Sarbojit Sarkar
2021-04-07 04:58:51 -07:00
commit 83a25eb5b5
3 arquivos alterados com 7 adições e 4 exclusões
+3
Ver Arquivo
@@ -159,6 +159,9 @@ void __half2Test(bool* result, __half2 a) {
// Dot Functions
result[0] = amd_mixed_dot(a, a, 1, 1) && result[0];
#endif
half X = a.x;
half Y = a.y;
}
int main() {