summaryrefslogtreecommitdiff
path: root/src/kernels/common.opencl
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-02-05 22:18:59 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-02-05 22:18:59 +0100
commitc248f900c036e1d1644e2cc744c45c94f61c5835 (patch)
tree9667cb393e82e8ed964ecc2ed5ae6296becf8511 /src/kernels/common.opencl
parente7cbb5915aef16f3a64566292459eaede5a600e5 (diff)
parentfd471e380c54d5496ca1e2b7304408d27a9c7649 (diff)
Merge branch 'development' into triangular_solvers
Diffstat (limited to 'src/kernels/common.opencl')
-rw-r--r--src/kernels/common.opencl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/kernels/common.opencl b/src/kernels/common.opencl
index c052e94f..0ce4f367 100644
--- a/src/kernels/common.opencl
+++ b/src/kernels/common.opencl
@@ -31,9 +31,7 @@ R"(
// Enable support for double-precision
#if PRECISION == 64 || PRECISION == 6464
- #if __OPENCL_VERSION__ <= CL_VERSION_1_1
- #pragma OPENCL EXTENSION cl_khr_fp64: enable
- #endif
+ #pragma OPENCL EXTENSION cl_khr_fp64: enable
#endif
// Half-precision