mirror of
https://github.com/cathugger/mkp224o.git
synced 2026-01-26 11:12:09 -06:00
ref10: p3_batchtobytes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// tmp MUST != out
|
||||
// in MAY == out
|
||||
void fe_batchinvert(fe *out[],fe tmp[],const fe *in[], size_t num)
|
||||
void fe_batchinvert(fe *out[],fe tmp[],fe * const in[], size_t num)
|
||||
{
|
||||
fe acc;
|
||||
fe tmpacc;
|
||||
|
||||
Reference in New Issue
Block a user