From 4c7c1e77f87f92c6cb5f1df5cbb413b80779530f Mon Sep 17 00:00:00 2001 From: Gil Pitney Date: Tue, 14 Jul 2015 03:13:56 +0000 Subject: Remove 64 bit atomics extensions from CPU Device. The extension is optional, partial support exists in atomic.cl, so can be added back if that becomes a requirement. Signed-off-by: Gil Pitney --- src/core/cpu/device.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/core/cpu/device.cpp') diff --git a/src/core/cpu/device.cpp b/src/core/cpu/device.cpp index a2bc507..7876f4a 100644 --- a/src/core/cpu/device.cpp +++ b/src/core/cpu/device.cpp @@ -693,9 +693,7 @@ 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_fp64"); break; case CL_DEVICE_PLATFORM: -- cgit v1.2.3