From: Niels Möller Date: Tue, 16 Apr 2013 11:21:19 +0000 (+0200) Subject: Deleted obsolete comment. X-Git-Tag: nettle_2.7_release_20130424~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d5bc8a6d7ef01cdadb42873a6b9b285bfb881a;p=thirdparty%2Fnettle.git Deleted obsolete comment. --- diff --git a/x86_64/sha3-permute.asm b/x86_64/sha3-permute.asm index f58d787c..64c4cfc4 100644 --- a/x86_64/sha3-permute.asm +++ b/x86_64/sha3-permute.asm @@ -17,12 +17,6 @@ C along with the nettle library; see the file COPYING.LIB. If not, write to C the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, C MA 02111-1301, USA. -C NOTE: This code is currently unused. It gives a modest speedup on -C Intel processors, running at roughly two instructions per cycle, and -C a large slowdown on AMD processors, running at only a single -C instruction per cycle. Maybe it can be rewritten to not move data -C back and forth between xmm registers and regular 64-bit registers. - define(, <%rdi>) C 25 64-bit values, 200 bytes. define(, <%r8>) C Avoid clobbering %rsi, for W64.