summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tmul_2ui_tmpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tmul_2ui_tmpl.c b/tests/tmul_2ui_tmpl.c
index a1afda2..8b736b5 100644
--- a/tests/tmul_2ui_tmpl.c
+++ b/tests/tmul_2ui_tmpl.c
@@ -21,9 +21,9 @@ along with this program. If not, see http://www.gnu.org/licenses/ .
#include "templates.h"
#define MPC_FUNCTION_CALL \
- P[0].mpc_inex = mpc_mul_2ui (P[1].mpc, P[2].mpc, P[3].si, P[4].mpc_rnd)
+ P[0].mpc_inex = mpc_mul_2ui (P[1].mpc, P[2].mpc, P[3].ui, P[4].mpc_rnd)
#define MPC_FUNCTION_CALL_REUSE_OP1 \
- P[0].mpc_inex = mpc_mul_2ui (P[1].mpc, P[1].mpc, P[3].si, P[4].mpc_rnd)
+ P[0].mpc_inex = mpc_mul_2ui (P[1].mpc, P[1].mpc, P[3].ui, P[4].mpc_rnd)
#include "tgeneric.tpl"