fixed vector type issues by reverting to old code, changed __half2 to map to vector types in llvm

Change-Id: I7317408c25e8c1a0c02a346042c9137e160c8bbd
此提交包含在:
Aditya Atluri
2017-05-18 10:50:56 -05:00
父節點 46030bb2d2
當前提交 bdc08fcf10
共有 2 個檔案被更改,包括 3978 行新增65 行删除
+3 -2
查看文件
@@ -25,8 +25,9 @@ THE SOFTWARE.
#include "hip/hcc_detail/hip_vector_types.h"
typedef __half half;
typedef __half2 half2;
typedef __fp16 __half;
typedef __fp16 __half1 __attribute__((ext_vector_type(1)));
typedef __fp16 __half2 __attribute__((ext_vector_type(2)));
/*
Half Arithmetic Functions
檔案差異因為檔案過大而無法顯示 載入差異