forked from OSchip/llvm-project
Forgot to remove fast math metadata from the release notes.
llvm-svn: 154858
This commit is contained in:
parent
e8ee9d1c8c
commit
93e8263d21
|
@ -521,9 +521,6 @@ syntax, there are still significant gaps in that support.</p>
|
|||
<li>The <tt>unwind</tt> instruction is now gone. With the introduction of the
|
||||
new exception handling system in LLVM 3.0, the <tt>unwind</tt> instruction
|
||||
became obsolete.</li>
|
||||
<li>Floating point instructions can be annotated with <tt>fpmath</tt> metadata
|
||||
to indicate relaxed precision requirements, such as those corresponding to
|
||||
"fast math".</li>
|
||||
<li>....</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue