Extended support from 14 to 255 functions calls per rule on GPU

This commit is contained in:
jsteube
2016-01-03 19:49:47 +01:00
parent 245909dde2
commit 0428514f61
6 changed files with 33 additions and 32 deletions
+2 -2
View File
@@ -669,7 +669,7 @@ typedef struct
typedef struct
{
uint cmds[15];
uint cmds[0x100];
} gpu_rule_t;
@@ -803,7 +803,7 @@ typedef struct
} wordr_t;
#define RULES_MAX 16
#define RULES_MAX 256
#define PW_MIN 0
#define PW_MAX 54
#define PW_MAX1 (PW_MAX + 1)