mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 08:10:59 +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
|
#define USE_ROTATE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef IS_INTEL_SDK
|
||||||
|
#define USE_BITSELECT
|
||||||
|
#define USE_ROTATE
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef IS_OPENCL
|
#ifdef IS_OPENCL
|
||||||
//#define USE_BITSELECT
|
//#define USE_BITSELECT
|
||||||
//#define USE_ROTATE
|
//#define USE_ROTATE
|
||||||
|
Loading…
Reference in New Issue
Block a user