Add vector datatypes operators

This commit is contained in:
Jens Steube
2019-04-26 22:07:56 +02:00
parent 052e42ccef
commit 58213c81d6
2 changed files with 657 additions and 7 deletions
-7
View File
@@ -5085,13 +5085,6 @@ int backend_session_begin (hashcat_ctx_t *hashcat_ctx)
if (vector_width > 16) vector_width = 16;
// CUDA currently support only scalar types
if (backend_ctx->cuda)
{
vector_width = 1;
}
device_param->vector_width = vector_width;
/**