ref10: p3_batchtobytes

This commit is contained in:
cathugger
2019-01-19 15:45:25 +00:00
parent ffb8498905
commit b7a027f633
4 changed files with 21 additions and 2 deletions

View File

@@ -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;