1
0
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:
Jens Steube 2020-03-02 16:07:13 +01:00
parent c258aa4111
commit e53bff0fb0

View File

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