diff options
author | Torbjorn Granlund <tege@gmplib.org> | 2008-10-15 22:43:31 +0200 |
---|---|---|
committer | Torbjorn Granlund <tege@gmplib.org> | 2008-10-15 22:43:31 +0200 |
commit | da8cce981a0bd40f7a9d5d0c77c08a38c2833783 (patch) | |
tree | fea944c14bb82150687a78fd718518e5e35f02ef /mpn/x86_64/divrem_1.asm | |
parent | 40c6d2f90ecedf9dff75ae8390076eb16d9ee419 (diff) | |
download | gmp-da8cce981a0bd40f7a9d5d0c77c08a38c2833783.tar.gz |
Add Intel Atom cycle numbers.
Diffstat (limited to 'mpn/x86_64/divrem_1.asm')
-rw-r--r-- | mpn/x86_64/divrem_1.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpn/x86_64/divrem_1.asm b/mpn/x86_64/divrem_1.asm index d743771c4..9700eb3af 100644 --- a/mpn/x86_64/divrem_1.asm +++ b/mpn/x86_64/divrem_1.asm @@ -24,7 +24,8 @@ C cycles/limb cycles/limb C K8,K9: 17 15 C K10: 17 15 C P4: 83 57 -C P6-15: 32 21 +C P6-15 (Core2):32 21 +C P6-28 (Atom): 70 39 C mp_limb_t mpn_divrem_1 (mp_ptr qp, mp_size_t fn, |