mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
FLACCL: don't check OpenCL version... Let it just fail if any features that we actually use are not supported.
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
#ifndef _FLACCL_KERNEL_H_
|
||||
#define _FLACCL_KERNEL_H_
|
||||
|
||||
#if __OPENCL_VERSION__ < 110
|
||||
#error OpenCL 1.1+ required!
|
||||
#endif
|
||||
|
||||
#if defined(__WinterPark__) || defined(__BeaverCreek__) || defined(__Turks__) || defined(__Caicos__) || defined(__Tahiti__) || defined(__Pitcairn__) || defined(__Capeverde__)
|
||||
#define AMD
|
||||
#elif defined(__Cayman__) || defined(__Barts__) || defined(__Cypress__) || defined(__Juniper__) || defined(__Redwood__) || defined(__Cedar__)
|
||||
|
||||
Reference in New Issue
Block a user