disabled compiler flag hcc 4.0 for half support

Change-Id: I32175113f4c05d43310b3a05c2a14e12f6d48b09


[ROCm/hip commit: ed39a7f43b]
This commit is contained in:
Aditya Atluri
2016-12-13 20:06:56 -06:00
parent 1a7ecbcd04
commit 0b445d68de
2 changed files with 10 additions and 15 deletions
-3
View File
@@ -22,7 +22,6 @@ THE SOFTWARE.
#include"hip/hip_fp16.h"
#if __CLANG_VERSION__ == 35
static const unsigned sign_val = 0x8000;
static const __half __half_value_one_float = {0x3C00};
@@ -375,5 +374,3 @@ __device__ __half2 __low2half2(const __half2 a, const __half2 b){
return {a.q, b.q};
}
#endif