finish porting to amd64-64-24k

This commit is contained in:
cathugger
2019-01-20 01:29:02 +02:00
parent 596ebfc71a
commit 9972a833a8
3 changed files with 44 additions and 16 deletions

4
main.c
View File

@@ -520,7 +520,7 @@ end:
#ifdef BATCHKEYGEN
#ifndef BATCHNUM
#define BATCHNUM 64
#define BATCHNUM 256
#endif
static void *dobatchwork(void *task)
@@ -547,7 +547,7 @@ static void *dobatchwork(void *task)
#endif
for (size_t b = 0;b < BATCHNUM;++b)
batchgez[b] = &ge_batch[b].Z;
batchgez[b] = &GEZ(ge_batch[b]);
PREFILTER