forked from OSchip/llvm-project
Add the correct prefixes to the cl_khr_fp64 pragma
llvm-svn: 294915
This commit is contained in:
parent
cc9242bd1c
commit
ed98e8d099
|
@ -29,7 +29,7 @@
|
|||
_CLC_VECTOR_VSTORE_PRIM3(_half, half, float)
|
||||
|
||||
#ifdef cl_khr_fp64
|
||||
#pragma cl_khr_fp64: enable
|
||||
#pragma OPENCL EXTENSION cl_khr_fp64: enable
|
||||
_CLC_VECTOR_VSTORE_PRIM1(double)
|
||||
_CLC_VECTOR_VSTORE_PRIM3(_half, half, double)
|
||||
_CLC_VSTORE_DECL(_half, half, double, , __private)
|
||||
|
|
Loading…
Reference in New Issue