paholg / typenum

Compile time numbers in Rust.
https://crates.io/crates/typenum
Other
508 stars 45 forks source link

testsuite fails on i386 #211

Open sthibaul opened 1 month ago

sthibaul commented 1 month ago

Hello,

In debian we are getting a build failure with at least version 1.70 of rustc (and also 1.74): https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2%2Bb1&stamp=1714274811&raw=0 but we didn't with version 1.63 of rustc: https://buildd.debian.org/status/fetch.php?pkg=rust-typenum&arch=i386&ver=1.16.0-2&stamp=1677037385&raw=0

Samuel

sthibaul commented 1 month ago

@Fabian-Gruenbichler

sthibaul commented 1 month ago

That's possibly related to https://github.com/rust-lang/rust/issues/114479

Fabian-Gruenbichler commented 1 month ago

note that Debian's i386 is Rust's i686 but with CPU baseline set to pentiumpro (so no SSE)