Open
Description
error[: cycle detected when type-checking `x86_64::sse2::<impl at index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs:301:1: 301:80>::rotate_each_word_right20::{constant#0}`
--> index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs:293:21
|
293 | _mm_srli_si128(self.x, $i as i32),
| ^^^^^^^^^^^^^^
...
307 | rotr_128!(rotate_each_word_right20, 20);
| --------------------------------------- in this macro invocation
|
note: ...which requires computing type of `x86_64::sse2::<impl at index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs:301:1: 301:80>::rotate_each_word_right20::{constant#0}`...
--> index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs:293:21
|
293 | _mm_srli_si128(self.x, $i as i32),
| ^^^^^^^^^^^^^^
...
The problem occurred only for windows on recent nightly build after 1.78.0-nightly (2024-03-10)