added typedef for half and half2

Change-Id: Ic844fa31b64a0354484b418df71869c2807200cc
このコミットが含まれているのは:
Aditya Atluri
2017-02-21 14:44:37 -06:00
コミット a1f3955860
+3
ファイルの表示
@@ -36,6 +36,9 @@ typedef struct __attribute__((aligned(4))){
};
} __half2;
typedef __half half;
typedef __half2 half2;
/*
Half Arithmetic Functions
*/