dnl Contributed to the GNU project by Torbjörn Granlund.
dnl Copyright 2011-2013 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License as published by the Free
dnl Software Foundation; either version 3 of the License, or (at your
dnl option) any later version.
dnl
dnl or
dnl
dnl * the GNU General Public License as published by the Free Software
dnl Foundation; either version 2 of the License, or (at your option) any
dnl later version.
dnl
dnl or both in parallel, as here.
dnl
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
dnl for more details.
dnl
dnl You should have received copies of the GNU General Public License and the
dnl GNU Lesser General Public License along with the GNU MP Library. If not,
dnl see https://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb cycles/limb cycles/limb
C ali,evn n unal,evn n other cases
C AMD K8,K9 1.651.651.8
C AMD K10 0.780.780.85
C AMD bd1 0.800.911.25
C AMD bobcat 2.152.152.37
C Intel P4 2.52.52.95
C Intel core2 1.171.251.25
C Intel NHM 0.870.900.90
C Intel SBR 0.630.790.77
C Intel atom 4.34.34.3 slower than plain code
C VIA nano 1.45.13.14 too alignment dependent
C NOTES
C * We only honour the least significant 32 bits of the `which' and `nents'
C arguments to allow efficient code using just SSE2. We would need to
C either use the SSE4_1 pcmpeqq, or find some other SSE2 sequence.
C * We use movdfor copying between xmm and plain registers, since old gas
C rejects movq. But gas assembles movd as movq when given a 64-bit greg.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.