mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 07:31:53 +00:00
Add link to llvm.expect in Release Notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
099730dfb7
commit
93e9d3abe5
@ -821,8 +821,9 @@ be used to verify some algorithms.
|
||||
<li>A new <a href="LangRef.html#int_fma">llvm.fma intrinsic</a> directly
|
||||
represents floating point multiply accumulate operations without an
|
||||
intermediate rounding stage.</li>
|
||||
<li>A new llvm.expect intrinsic allows a frontend to express expected control
|
||||
flow (and the __builtin_expect builtin from GNU C).</li>
|
||||
<li>A new <a href="LangRef.html#int_expect">llvm.expect intrinsic</a> allows a
|
||||
frontend to express expected control flow (and the __builtin_expect builtin
|
||||
from GNU C).</li>
|
||||
<li>The <a href="LangRef.html#int_prefetch">llvm.prefetch intrinsic</a> now
|
||||
takes a 4th argument that specifies whether the prefetch happens from the
|
||||
icache or dcache.</li>
|
||||
|
Loading…
Reference in New Issue
Block a user