diff options
Diffstat (limited to 'xmrstak/backend/amd/jconf.hpp')
-rw-r--r-- | xmrstak/backend/amd/jconf.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/backend/amd/jconf.hpp b/xmrstak/backend/amd/jconf.hpp index da024a4..ee1882a 100644 --- a/xmrstak/backend/amd/jconf.hpp +++ b/xmrstak/backend/amd/jconf.hpp @@ -26,6 +26,7 @@ public: size_t intensity; size_t w_size; long long cpu_aff; + bool stridedIndex; }; size_t GetThreadCount(); |