mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Reenable bitselect() and rotate() on Intel SDK
This commit is contained in:
parent
c258aa4111
commit
e53bff0fb0
@ -148,6 +148,11 @@
|
||||
#define USE_ROTATE
|
||||
#endif
|
||||
|
||||
#ifdef IS_INTEL_SDK
|
||||
#define USE_BITSELECT
|
||||
#define USE_ROTATE
|
||||
#endif
|
||||
|
||||
#ifdef IS_OPENCL
|
||||
//#define USE_BITSELECT
|
||||
//#define USE_ROTATE
|
||||
|
Loading…
Reference in New Issue
Block a user