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:
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…
Reference in New Issue
Block a user