summaryrefslogtreecommitdiff
path: root/mpn
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-12 02:48:35 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-12 02:48:35 +0200
commit68e79aab9b6810c7fc785841e82efa5855a3efab (patch)
tree0694795ede257a1da859fe457b6d8068c2c4f4cd /mpn
parent8f77f460e63595d4e13ae55c5d93431d1a5123aa (diff)
downloadgmp-68e79aab9b6810c7fc785841e82efa5855a3efab.tar.gz
* mpn/x86/p6/README: Update copyd and mod_1.
Diffstat (limited to 'mpn')
-rw-r--r--mpn/x86/p6/README5
1 files changed, 2 insertions, 3 deletions
diff --git a/mpn/x86/p6/README b/mpn/x86/p6/README
index 7dbc905a0..61a08f230 100644
--- a/mpn/x86/p6/README
+++ b/mpn/x86/p6/README
@@ -19,10 +19,10 @@ Some of these might be able to be improved.
mpn_add_n/sub_n 3.7
mpn_copyi 0.75
- mpn_copyd 2.4
+ mpn_copyd 1.75 (or 0.75 if no overlap)
mpn_divrem_1 39.0
- mpn_mod_1 39.0
+ mpn_mod_1 21.5
mpn_divexact_by3 8.5
mpn_mul_1 5.5
@@ -37,7 +37,6 @@ Some of these might be able to be improved.
Pentium II and III have MMX and get the following improvements.
mpn_divrem_1 25.0 integer part, 17.5 fractional part
- mpn_mod_1 24.0
mpn_l/rshift 1.75