<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/lldb/test/API/lang/cpp/fpnan/main.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[LLDB] Fix operators &lt;= and &gt;= returning a wrong result when comparing to a floating point NaN (#108060)</title>
<updated>2024-09-18T12:50:09+00:00</updated>
<author>
<name>Ilia Kuklin</name>
<email>ikuklin@accesssoftek.com</email>
</author>
<published>2024-09-18T12:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=9690b30ba9acc3deb1068deb37f3b507826b27fe'/>
<id>9690b30ba9acc3deb1068deb37f3b507826b27fe</id>
<content type='text'>
Implement operators `&lt;=` and `&gt;=` to explicitly check the comparison
results to be `cmpLessThan` or `cmpEqual` instead of negating the result
of `operators&lt;`.

Fixes #85947</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement operators `&lt;=` and `&gt;=` to explicitly check the comparison
results to be `cmpLessThan` or `cmpEqual` instead of negating the result
of `operators&lt;`.

Fixes #85947</pre>
</div>
</content>
</entry>
</feed>
