]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
From Martin Storsjö:
authorMartin Storsjö <martin@martin.st>
Fri, 25 Nov 2011 13:01:22 +0000 (14:01 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 25 Nov 2011 13:01:22 +0000 (14:01 +0100)
Fix the comment about which xmm registers to save in w64

Rev: nettle/x86_64/README:1.4

x86_64/README

index 8506b719ae9ec84d135bbcc880f202b33c860a0d..fe6f2a8b889742144b61858e4f845697cc07d30f 100644 (file)
@@ -48,6 +48,6 @@ Registers     May be          Argument
 %r15           
 
 Additional arguments are passed on the stack. "backing store" on the
-stack for the four register arguments is also required. %xmm6 and
-%xmm7 are callee-saved. The "long" type is just 32 bits. Nettle
+stack for the four register arguments is also required. %xmm6 to
+%xmm15 are callee-saved. The "long" type is just 32 bits. Nettle
 currently does *NOT* support this ABI.