summaryrefslogtreecommitdiff
path: root/mpn/x86/k6/gcd_finda.asm
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/x86/k6/gcd_finda.asm')
-rw-r--r--mpn/x86/k6/gcd_finda.asm9
1 files changed, 4 insertions, 5 deletions
diff --git a/mpn/x86/k6/gcd_finda.asm b/mpn/x86/k6/gcd_finda.asm
index e69439812..544b49480 100644
--- a/mpn/x86/k6/gcd_finda.asm
+++ b/mpn/x86/k6/gcd_finda.asm
@@ -1,9 +1,6 @@
dnl AMD K6 mpn_gcd_finda.
-dnl
-dnl K6: 680 cycles (approx) on average
-
-dnl Copyright 2000 Free Software Foundation, Inc.
+dnl Copyright 2000, 2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -22,10 +19,12 @@ dnl License along with the GNU MP Library; see the file COPYING.LIB. If
dnl not, write to the Free Software Foundation, Inc., 59 Temple Place -
dnl Suite 330, Boston, MA 02111-1307, USA.
-
include(`../config.m4')
+C K6: 680 cycles (approx) on average
+
+
dnl How many trial subtractions to attempt before launching into a full
dnl division.