1
mirror of https://github.com/hashcat/hashcat synced 2024-12-23 14:13:43 +01:00

Update selection of API to make use of bitselect and rotate

This commit is contained in:
Jens Steube 2020-01-20 09:20:12 +01:00
parent 441fcea8a1
commit cf4cee2f2f

View File

@ -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