added typedef for half and half2

Change-Id: Ic844fa31b64a0354484b418df71869c2807200cc


[ROCm/hip commit: a1f3955860]
Tento commit je obsažen v:
Aditya Atluri
2017-02-21 14:44:37 -06:00
rodič ed1915ad97
revize a89ef49454
+3
Zobrazit soubor
@@ -36,6 +36,9 @@ typedef struct __attribute__((aligned(4))){
};
} __half2;
typedef __half half;
typedef __half2 half2;
/*
Half Arithmetic Functions
*/