mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
llvm.isnan is dead, long live llvm.isunordered!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14190 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -126,7 +126,7 @@ bytecode format and (b) those who really want to understand or document the
|
||||
details of the bytecode format.</li>
|
||||
<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
|
||||
being documented.</li>
|
||||
<li>LLVM now provides an <a href="LangRef.html#i_isnan">llvm.isnan</a> intrinsic
|
||||
<li>LLVM now provides an <a href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic
|
||||
for efficient implementation of unordered floating point comparisons.</li>
|
||||
</ol>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user