aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/cpu/device.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/cpu/device.cpp b/src/core/cpu/device.cpp
index fb89ef5..4ade11d 100644
--- a/src/core/cpu/device.cpp
+++ b/src/core/cpu/device.cpp
@@ -619,11 +619,9 @@ cl_int CPUDevice::info(cl_device_info param_name,
" cl_khr_local_int32_base_atomics"
" cl_khr_local_int32_extended_atomics"
" cl_khr_byte_addressable_store"
-
" cl_khr_fp64"
" cl_khr_int64_base_atomics"
- " cl_khr_int64_extended_atomics")
-
+ " cl_khr_int64_extended_atomics");
break;
case CL_DEVICE_PLATFORM: