Merge pull request #316 from jfoug/master
[hashcat.git] / OpenCL / m11700_a3.cl
index 749e32b..584ec45 100644 (file)
@@ -8,7 +8,8 @@
 
 #define _GOST2012_256_
 
-#define NEW_SIMD_CODE
+//too much register pressure
+//#define NEW_SIMD_CODE
 
 #include "include/constants.h"
 #include "include/kernel_vendor.h"
@@ -2319,7 +2320,7 @@ static void m11700m (__local u64 (*s_sbob_sl64)[256], u32 w[16], const u32 pw_le
     const u32x w0lr = w0l | w0r;
 
     /**
-     * reverse message block
+     * GOST
      */
 
     u64x m[8];
@@ -2414,7 +2415,7 @@ static void m11700s (__local u64 (*s_sbob_sl64)[256], u32 w[16], const u32 pw_le
     const u32x w0lr = w0l | w0r;
 
     /**
-     * reverse message block
+     * GOST
      */
 
     u64x m[8];