diff options
| author | Jan Vesely <jan.vesely@rutgers.edu> | 2018-02-06 18:44:47 +0000 |
|---|---|---|
| committer | Jan Vesely <jan.vesely@rutgers.edu> | 2018-02-06 18:44:47 +0000 |
| commit | f2d876ae83252f2598c03847fb95e03d9fafe1a2 (patch) | |
| tree | 7e502fb53ceba243f50c3a228b30426b7442d327 /libclc/generic/include | |
| parent | 2655312c691a992bee0bff98d1b17543cd327394 (diff) | |
| download | bcm5719-llvm-f2d876ae83252f2598c03847fb95e03d9fafe1a2.tar.gz bcm5719-llvm-f2d876ae83252f2598c03847fb95e03d9fafe1a2.zip | |
Add vstore_half_rtp implementation
Passes CTS on carrizo
Reviewer: Jeroen Ketema <j.ketema@xs4all.nl>
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 324375
Diffstat (limited to 'libclc/generic/include')
| -rw-r--r-- | libclc/generic/include/clc/shared/vstore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libclc/generic/include/clc/shared/vstore.h b/libclc/generic/include/clc/shared/vstore.h index 8639be707e5..b510e0a4300 100644 --- a/libclc/generic/include/clc/shared/vstore.h +++ b/libclc/generic/include/clc/shared/vstore.h @@ -39,12 +39,14 @@ _CLC_VECTOR_VSTORE_PRIM1(float) _CLC_VECTOR_VSTORE_HALF_PRIM1(float,) _CLC_VECTOR_VSTORE_HALF_PRIM1(float, _rtz) _CLC_VECTOR_VSTORE_HALF_PRIM1(float, _rtn) +_CLC_VECTOR_VSTORE_HALF_PRIM1(float, _rtp) #ifdef cl_khr_fp64 _CLC_VECTOR_VSTORE_PRIM1(double) _CLC_VECTOR_VSTORE_HALF_PRIM1(double,) _CLC_VECTOR_VSTORE_HALF_PRIM1(double, _rtz) _CLC_VECTOR_VSTORE_HALF_PRIM1(double, _rtn) + _CLC_VECTOR_VSTORE_HALF_PRIM1(double, _rtp) #endif #ifdef cl_khr_fp16 |

