<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/coretests/tests/floats/f64.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-09-24T19:21:31+00:00</updated>
<entry>
<title>unstably constify float mul_add methods</title>
<updated>2025-09-24T19:21:31+00:00</updated>
<author>
<name>Jeremy Smart</name>
<email>jeremy3141592@gmail.com</email>
</author>
<published>2025-09-18T19:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a00f24116e9bcecc8c73f9f7ec0c399964b37a92'/>
<id>urn:sha1:a00f24116e9bcecc8c73f9f7ec0c399964b37a92</id>
<content type='text'>
Co-authored-by: Ralf Jung &lt;post@ralfj.de&gt;
</content>
</entry>
<entry>
<title>Unify and deduplicate bits conv float tests</title>
<updated>2025-09-10T12:25:36+00:00</updated>
<author>
<name>Romain Perier</name>
<email>romain.perier@gmail.com</email>
</author>
<published>2025-09-09T17:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1c4e19e13d7ad2eea0d2afae92791c28d7239fa'/>
<id>urn:sha1:b1c4e19e13d7ad2eea0d2afae92791c28d7239fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify and deduplicate algebraic float tests</title>
<updated>2025-09-03T12:39:50+00:00</updated>
<author>
<name>Romain Perier</name>
<email>romain.perier@gmail.com</email>
</author>
<published>2025-09-03T07:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e872375d4d18e0e44a6657bc4661b0e9b0c99be'/>
<id>urn:sha1:4e872375d4d18e0e44a6657bc4661b0e9b0c99be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dedup to_radians float test</title>
<updated>2025-08-31T16:20:49+00:00</updated>
<author>
<name>Karol Zwolak</name>
<email>karolzwolak7@gmail.com</email>
</author>
<published>2025-08-31T16:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9028efcf2e67f5fb7a890b64866760c26c6c0270'/>
<id>urn:sha1:9028efcf2e67f5fb7a890b64866760c26c6c0270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dedup to_degrees float test</title>
<updated>2025-08-31T16:19:05+00:00</updated>
<author>
<name>Karol Zwolak</name>
<email>karolzwolak7@gmail.com</email>
</author>
<published>2025-08-15T08:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c81a8a89eebf5683a9be09e3160c956f77bb405e'/>
<id>urn:sha1:c81a8a89eebf5683a9be09e3160c956f77bb405e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dedup powi float test</title>
<updated>2025-08-31T16:16:00+00:00</updated>
<author>
<name>Karol Zwolak</name>
<email>karolzwolak7@gmail.com</email>
</author>
<published>2025-08-15T08:10:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e10e6d78ac671ad4df7f658e8a90dadb7a67b246'/>
<id>urn:sha1:e10e6d78ac671ad4df7f658e8a90dadb7a67b246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dedup recip float test</title>
<updated>2025-08-30T12:54:41+00:00</updated>
<author>
<name>Karol Zwolak</name>
<email>karolzwolak7@gmail.com</email>
</author>
<published>2025-08-15T07:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ebd009d470b504a411e47b24b5c99ec17d9af08'/>
<id>urn:sha1:6ebd009d470b504a411e47b24b5c99ec17d9af08</id>
<content type='text'>
I left the additional asserts on {f16, f128}::MAX.recip() in a new
test_max_recip tests.
</content>
</entry>
<entry>
<title>Consolidate total_cmp tests</title>
<updated>2025-08-08T02:06:57+00:00</updated>
<author>
<name>Roger Curley</name>
<email>rocurley@gmail.com</email>
</author>
<published>2025-08-04T19:06:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=80bcd1a61f4132f47978978c648dc964f679749c'/>
<id>urn:sha1:80bcd1a61f4132f47978978c648dc964f679749c</id>
<content type='text'>
This standardizes how max and min subnormals are generated. Since the
new method doesn't use powf, it also enables some of the tests for f128
that were previously disabled due to issues with powf (although it looks
like those issues were already fixed anyway). f16 signalling nan tests
previously disabled are not re-enabled, since the underlying LLVM issue
has not been closed.
</content>
</entry>
<entry>
<title>Consolidate clamp tests</title>
<updated>2025-08-08T02:06:57+00:00</updated>
<author>
<name>Roger Curley</name>
<email>rocurley@gmail.com</email>
</author>
<published>2025-08-04T17:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a5e4e7ab52a031153ae7cef169ea7fa50cc6ae1c'/>
<id>urn:sha1:a5e4e7ab52a031153ae7cef169ea7fa50cc6ae1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Consolidate sqrt_domain tests</title>
<updated>2025-08-08T02:06:57+00:00</updated>
<author>
<name>Roger Curley</name>
<email>rocurley@gmail.com</email>
</author>
<published>2025-08-04T17:27:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=666bfcae214eccdef07b64671df8609a99a216eb'/>
<id>urn:sha1:666bfcae214eccdef07b64671df8609a99a216eb</id>
<content type='text'>
</content>
</entry>
</feed>
