fix compilation error when host compiler is clang (#1147)

* fix compilation error when host compiler is clang

* use a macro specifically for hcc && hip-clang


[ROCm/clr commit: b2ffd6afc2]
Bu işleme şunda yer alıyor:
Siu Chi Chan
2019-05-29 03:04:48 -04:00
işlemeyi yapan: Maneesh Gupta
ebeveyn c91a7f5ddc
işleme 339a048377
+1 -1
Dosyayı Görüntüle
@@ -34,7 +34,7 @@ THE SOFTWARE.
#include <utility>
#endif
#if defined(__clang__) && (__clang_major__ > 5)
#if __HCC_OR_HIP_CLANG__
typedef _Float16 _Float16_2 __attribute__((ext_vector_type(2)));
struct __half_raw {