Add the correct prefixes to the cl_khr_fp64 pragma

llvm-svn: 294915
This commit is contained in:
Jeroen Ketema 2017-02-12 21:31:41 +00:00
parent cc9242bd1c
commit ed98e8d099
1 changed files with 1 additions and 1 deletions

View File

@ -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)