mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-22 13:40:56 +00: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
|
// Whitelist some OpenCL specific functions
|
||||||
// This could create more stable kernels on systems with bad OpenCL drivers
|
// 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_BITSELECT
|
||||||
#define USE_ROTATE
|
#define USE_ROTATE
|
||||||
#define USE_SWIZZLE
|
#define USE_SWIZZLE
|
||||||
|
Loading…
Reference in New Issue
Block a user