summaryrefslogtreecommitdiff
path: root/x86_64/README
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-25 14:01:22 +0100
committerNiels Möller <nisse@lysator.liu.se>2011-11-25 14:01:22 +0100
commit88574a84093bb6daaa991b3c02168ffabf394a0e (patch)
tree4ed184f493e7725ebdd8beb1d833b35e92da2eb5 /x86_64/README
parent7381f9c75dd8a1329021215232e87535ff36b743 (diff)
downloadnettle-88574a84093bb6daaa991b3c02168ffabf394a0e.tar.gz
From Martin Storsjö:
Fix the comment about which xmm registers to save in w64 Rev: nettle/x86_64/README:1.4
Diffstat (limited to 'x86_64/README')
-rw-r--r--x86_64/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86_64/README b/x86_64/README
index 8506b719..fe6f2a8b 100644
--- a/x86_64/README
+++ b/x86_64/README
@@ -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.