diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-02-16 18:22:39 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-02-16 18:22:39 +0000 |
commit | 2624661011f72601141914672c4b5178155a2f08 (patch) | |
tree | a942e19d4e46b2e9650f27921655d73d07fdcecc /docs | |
parent | 8b0a3f2df96dae0a6ee4fb240f7190c5bc20e0b7 (diff) |
Note x86 regmask operands in release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c284b9cbc4..364ac9e726 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -377,7 +377,9 @@ Release Notes</a>.</h1> <ul> <li>Bug fixes and improved support for AVX1</li> <li>Support for AVX2 (still incomplete at this point)</li> - <li>....</li> + <li>Call instructions use the new register mask operands for faster compile + times and better support for different calling conventions. The old WINCALL + instructions are no longer needed.</li> </ul> </div> |