diff --git a/include/CppCore/Math/Util.h b/include/CppCore/Math/Util.h index 5aab1c2b..c1aaf0a1 100644 --- a/include/CppCore/Math/Util.h +++ b/include/CppCore/Math/Util.h @@ -2768,7 +2768,6 @@ namespace CppCore bj = *bp++; ap = (uint32_t*)&a; rp = &((uint32_t*)&r)[j]; - CPPCORE_UNROLL for (size_t i = 0; i < NA && i+j < NR; i++, ap++, rp++) { CppCore::umul64(*ap, bj, tl, th);