1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-15 12:29:35 +00:00

NV JiT doesn't like static inline keywords

This commit is contained in:
Jens Steube 2018-02-06 22:05:15 +01:00
parent 3e08750900
commit 8273bb8376

View File

@ -81,7 +81,12 @@
* function declarations can have a large influence depending on the opencl runtime
*/
#ifdef IS_NV
#define DECLSPEC
#else
#define DECLSPEC static inline
#endif
/**
* AMD specific