- Dropped all vector code since new GPU's are all scalar, makes the code much easier
[hashcat.git] / nv / check_single_vect1_comp4.c
diff --git a/nv/check_single_vect1_comp4.c b/nv/check_single_vect1_comp4.c
deleted file mode 100644 (file)
index c49d06e..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-if ((r0 == search[0])
- && (r1 == search[1])
- && (r2 == search[2])
- && (r3 == search[3]))
-{
-  const u32 final_hash_pos = digests_offset + 0;
-
-  if (atomicAdd (&hashes_shown[final_hash_pos], 1) == 0)
-  {
-    mark_hash_s0 (plains_buf, hashes_shown, final_hash_pos, gid, il_pos);
-
-    d_return_buf[lid] = 1;
-  }
-}