diff --git a/src/low_func.hpp b/src/low_func.hpp index 77c3805..580e6ef 100644 --- a/src/low_func.hpp +++ b/src/low_func.hpp @@ -641,7 +641,7 @@ template struct SqrMont { static inline void func(Unit *y, const Unit *x, const Unit *p) { -#if MCL_MAX_BIT_SIZE == 1024 || MCL_SIZEOF_UNIT == 4 // check speed +#if 0 // #if MCL_MAX_BIT_SIZE == 1024 || MCL_SIZEOF_UNIT == 4 // check speed Unit xx[N * 2]; SqrPre::f(xx, x); MontRed::f(y, xx, p);