1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-01 20:38:14 +00:00
This commit is contained in:
jsteube 2018-02-06 22:05:32 +01:00
commit ff4d5208be

View File

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