Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Jan 24, 2025
2 parents 805b73e + 7dc6257 commit 173ebc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msm_avx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ void mulEachAVX512(Unit *_x, const Unit *_y, size_t n)
mcl::msm::G1A *x = (mcl::msm::G1A*)_x;
const mcl::msm::FrA *y = (const mcl::msm::FrA*)_y;
if (!isProj && mixed) g_func.normalizeVecG1(x, x, n);
const size_t u = 4;
const size_t u = 1;
const size_t q = n / u;
#if 1
typedef EcMA V;
Expand Down

0 comments on commit 173ebc9

Please sign in to comment.