<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ocaml.git/testsuite/tests/basic-float/float_compare.reference, branch trunk</title>
<subtitle>github.com: ocaml/ocaml
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/'/>
<entry>
<title>Treat negated float comparisons more directly (#1487)</title>
<updated>2018-02-28T13:19:46+00:00</updated>
<author>
<name>Leo White</name>
<email>leo@lpw25.net</email>
</author>
<published>2018-02-28T13:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=1671e5a3af40def5726f46edbb6138dc09505645'/>
<id>1671e5a3af40def5726f46edbb6138dc09505645</id>
<content type='text'>
* Add float comparison test

* Treat negated float comparisons more directly

* Add Changes entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add float comparison test

* Treat negated float comparisons more directly

* Add Changes entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't commute negation with float comparison (#1470)</title>
<updated>2017-11-21T17:38:18+00:00</updated>
<author>
<name>Leo White</name>
<email>leo@lpw25.net</email>
</author>
<published>2017-11-21T17:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ocaml.git/commit/?id=c6f3a00b3105a5496783ac89d9213a5d866d5063'/>
<id>c6f3a00b3105a5496783ac89d9213a5d866d5063</id>
<content type='text'>
Floating-point comparisons such as `&lt;` and `&gt;=` are always false when one of their arguments is NaN.  For this reason, it is incorrect to simplify `not (x &lt; y)` as `x &gt;= y` if this is a FP comparison.
This wrong optimization was introduced in 4.06.0 and is being reverted by this commit.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Floating-point comparisons such as `&lt;` and `&gt;=` are always false when one of their arguments is NaN.  For this reason, it is incorrect to simplify `not (x &lt; y)` as `x &gt;= y` if this is a FP comparison.
This wrong optimization was introduced in 4.06.0 and is being reverted by this commit.</pre>
</div>
</content>
</entry>
</feed>
