From affaedb3eabfa5164a4ab7fd1188ad55328bd024 Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Sun, 23 Aug 2009 17:38:52 +0000 Subject: [PATCH] macro tweek --- tune/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tune/common.c b/tune/common.c index 1c71a5d2..9a8b2697 100644 --- a/tune/common.c +++ b/tune/common.c @@ -870,14 +870,14 @@ speed_mpn_sumdiff_n (struct speed_params *s) double speed_mpn_addlsh1_n (struct speed_params *s) { - SPEED_ROUTINE_MPN_BINARY_N (mpn_addlsh1_n); + SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_addlsh1_n(wp,xp,yp,s->size)); } #endif #if HAVE_NATIVE_mpn_sublsh1_n double speed_mpn_sublsh1_n (struct speed_params *s) { - SPEED_ROUTINE_MPN_BINARY_N (mpn_sublsh1_n); + SPEED_ROUTINE_MPN_BINARY_N_CALL (mpn_sublsh1_n(wp,xp,yp,s->size)); } #endif #if HAVE_NATIVE_mpn_addlsh_n