Update selection of API to make use of bitselect and rotate

pull/2293/head
Jens Steube 4 years ago
parent 441fcea8a1
commit cf4cee2f2f

@ -147,7 +147,12 @@
// Whitelist some OpenCL specific functions
// This could create more stable kernels on systems with bad OpenCL drivers
#ifdef IS_NV
#ifdef IS_CUDA
#define USE_BITSELECT
#define USE_ROTATE
#endif
#ifdef IS_OPENCL
#define USE_BITSELECT
#define USE_ROTATE
#define USE_SWIZZLE

Loading…
Cancel
Save