mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Add a note about the removal of the atomic intrinsics to the "Major Changes" section of the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142998 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f3a5ba548f
commit
526e1bbe6b
@ -758,6 +758,9 @@ it run faster:</p>
|
||||
"<code>load volatile</code>"/"<code>store volatile</code>". The old
|
||||
syntax ("<code>volatile load</code>"/"<code>volatile store</code>")
|
||||
is still accepted, but is now considered deprecated.</li>
|
||||
<li>The old atomic intrinscs (<code>llvm.memory.barrier</code> and
|
||||
<code>llvm.atomic.*</code>) are now gone. Please use the new atomic
|
||||
instructions, described in the <a href="Atomics.html">atomics guide</a>.
|
||||
</ul>
|
||||
|
||||
<h4>Windows (32-bit)</h4>
|
||||
|
Loading…
Reference in New Issue
Block a user