mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-02 04:42:36 +00:00
Remove inline keyword in DECLSPEC for CPU
This commit is contained in:
parent
e53bff0fb0
commit
b4bac70bd6
@ -110,16 +110,12 @@
|
|||||||
* fast but pure kernels on rocm is a good example
|
* fast but pure kernels on rocm is a good example
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined IS_CPU
|
#define DECLSPEC
|
||||||
#define DECLSPEC inline
|
|
||||||
#elif defined IS_GPU
|
|
||||||
#if defined IS_AMD
|
#if defined IS_AMD
|
||||||
|
#if defined IS_GPU
|
||||||
#define DECLSPEC inline static
|
#define DECLSPEC inline static
|
||||||
#else
|
|
||||||
#define DECLSPEC
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
|
||||||
#define DECLSPEC
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -149,8 +145,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IS_INTEL_SDK
|
#ifdef IS_INTEL_SDK
|
||||||
#define USE_BITSELECT
|
#ifdef IS_CPU
|
||||||
#define USE_ROTATE
|
//#define USE_BITSELECT
|
||||||
|
//#define USE_ROTATE
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef IS_OPENCL
|
#ifdef IS_OPENCL
|
||||||
|
Loading…
Reference in New Issue
Block a user