From f9f6973c6bac8687774f752fb9ec98e48686db54 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 9 Jun 2026 16:12:06 +0100 Subject: [PATCH] Enable `MP_USE_MEMOPS` always --- src/libtommath.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libtommath.cpp b/src/libtommath.cpp index c1e1cfe34..6322089e6 100644 --- a/src/libtommath.cpp +++ b/src/libtommath.cpp @@ -1,3 +1,5 @@ +#define MP_USE_MEMOPS + #include "libtommath/mp_2expt.c" #include "libtommath/mp_abs.c" #include "libtommath/mp_add.c"