diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-06-15 21:50:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-06-15 21:50:46 +0000 |
| commit | ee98bf5477ef5582c1a64eaf06cd0753e0bcd4e7 (patch) | |
| tree | add190c401273e8e4c08761c7398fc39b1b5cf44 /docs/ReleaseNotes.html | |
| parent | 4adf066f993c5b87446446342efbbe2340eff4c3 (diff) | |
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
Diffstat (limited to 'docs/ReleaseNotes.html')
| -rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7cd54c6b61..b40b356129 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |
