summaryrefslogtreecommitdiff
path: root/tune/speed.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2014-01-21 21:55:45 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2014-01-21 21:55:45 +0100
commit4f713b3d160e9fae550e74ee5e69034756928057 (patch)
treee06c12713e502bf99d3a4a9a7f3ad2afa7774547 /tune/speed.h
parent63fea8568a70691a46dc70bf0fd92b62900a5cb6 (diff)
downloadgmp-4f713b3d160e9fae550e74ee5e69034756928057.tar.gz
SEC_MINVERT => SEC_INVERT
Diffstat (limited to 'tune/speed.h')
-rw-r--r--tune/speed.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/speed.h b/tune/speed.h
index 68f97923c..4020a2246 100644
--- a/tune/speed.h
+++ b/tune/speed.h
@@ -2291,7 +2291,7 @@ int speed_routine_count_zeros_setup (struct speed_params *, mp_ptr, int, int);
return t; \
}
-#define SPEED_ROUTINE_MPN_SEC_MINVERT(function,itchfn) \
+#define SPEED_ROUTINE_MPN_SEC_INVERT(function,itchfn) \
{ \
long i; \
mp_ptr up, mp, tp, ip; \