<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/stdarch/crates/stdarch-verify/tests, 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-05-01T11:30:47+00:00</updated>
<entry>
<title>Fix `stdarch-verify`</title>
<updated>2025-05-01T11:30:47+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-04-29T08:19:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=400dab3df7db5fb9a745634e088e9d906aef805a'/>
<id>urn:sha1:400dab3df7db5fb9a745634e088e9d906aef805a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `test-everything` annotations to more archs to ensure test coverage, and some small changes to make CI pass</title>
<updated>2025-04-20T21:39:39+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-04-18T03:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=867fe30ba076e2f631e279c4001f65fab3654085'/>
<id>urn:sha1:867fe30ba076e2f631e279c4001f65fab3654085</id>
<content type='text'>
 - Disable `vsx` tests for `ppc` and `ppc64`
 - Disable `tme` tests for `aarch64` and `aarch64_be`
 - Disable `frecipe` tests for `loongarch64`
 - Add `altivec` run for PPC32 (with `-C target-feature=+vsx` `qemu` gives a nasty error)
</content>
</entry>
<entry>
<title>Add checks for void pointer types to ensure consistency</title>
<updated>2025-04-17T13:59:07+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-04-17T00:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccf36667b02bcd3ee5b9e10bcae5cf0fc85effb1'/>
<id>urn:sha1:ccf36667b02bcd3ee5b9e10bcae5cf0fc85effb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the keylocker intrinsics</title>
<updated>2025-02-13T10:54:53+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-02-05T18:32:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=46fbfe9b09623973cdbb54ae0122dabda74c820d'/>
<id>urn:sha1:46fbfe9b09623973cdbb54ae0122dabda74c820d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small refactorings in `x86-intel.rs`</title>
<updated>2025-02-07T22:09:48+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-02-05T21:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c6f32bca9dc2dd06e805be2aaba0da65aa8b42c9'/>
<id>urn:sha1:c6f32bca9dc2dd06e805be2aaba0da65aa8b42c9</id>
<content type='text'>
remove `PRINT_MISSING_LISTS` as it was unused
rename `PRINT_MISSING_LISTS_MARKDOWN`
</content>
</entry>
<entry>
<title>Fix names of several tests</title>
<updated>2025-02-07T22:09:48+00:00</updated>
<author>
<name>sayantn</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2025-02-05T21:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7036c26db1cc7219951d4a855593e3178929e6e'/>
<id>urn:sha1:b7036c26db1cc7219951d4a855593e3178929e6e</id>
<content type='text'>
Rewrote `_mm_cvtps_ph` and `_mm_cvtph_ps` tests
</content>
</entry>
<entry>
<title>PR feedback &amp; pipeline</title>
<updated>2025-01-16T14:29:19+00:00</updated>
<author>
<name>James Barford-Evans</name>
<email>james.barford-evans@arm.com</email>
</author>
<published>2024-12-18T15:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f283e449b11ebe8127570aab09b8871442d1e74b'/>
<id>urn:sha1:f283e449b11ebe8127570aab09b8871442d1e74b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add SVE support to stdarch-verify</title>
<updated>2025-01-16T14:29:19+00:00</updated>
<author>
<name>Adam Gemmell</name>
<email>adam.gemmell@arm.com</email>
</author>
<published>2023-10-25T13:04:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e24b307dff93e78ebdc75650ef6504f804e1860'/>
<id>urn:sha1:9e24b307dff93e78ebdc75650ef6504f804e1860</id>
<content type='text'>
Co-authored-by: Jamie Cunliffe &lt;Jamie.Cunliffe@arm.com&gt;
Co-authored-by: Jacob Bramley &lt;jacob.bramley@arm.com&gt;
Co-authored-by: Luca Vizzarro &lt;Luca.Vizzarro@arm.com&gt;
</content>
</entry>
<entry>
<title>Cleanup: remove redundant target features</title>
<updated>2024-12-12T16:56:01+00:00</updated>
<author>
<name>Sayantan Chakraborty</name>
<email>sayantn05@gmail.com</email>
</author>
<published>2024-12-06T20:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0b0b7e6fe14ccbfdfb1c37de0a8a2b7969d896d9'/>
<id>urn:sha1:0b0b7e6fe14ccbfdfb1c37de0a8a2b7969d896d9</id>
<content type='text'>
Make target feature verification stricter
</content>
</entry>
<entry>
<title>Fix test verification and allow for generic types in intrinsics</title>
<updated>2024-08-27T14:14:28+00:00</updated>
<author>
<name>dheaton-arm</name>
<email>Damian.Heaton@arm.com</email>
</author>
<published>2024-08-14T11:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=03f144596f25f166012fb92b1520d0af5ece7fbd'/>
<id>urn:sha1:03f144596f25f166012fb92b1520d0af5ece7fbd</id>
<content type='text'>
</content>
</entry>
</feed>
