mirror of
https://github.com/cathugger/mkp224o.git
synced 2026-01-26 19:22:09 -06:00
finish porting to amd64-64-24k
This commit is contained in:
4
main.c
4
main.c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user