packed_simd
packed_simd copied to clipboard
vector_float_min_max fails on mips{,64,64el} with recent glibc
Tracked upstream: https://github.com/rust-lang/rust/issues/52746
Pinging @draganmladjenovic, I opened PR upgrading Docker images https://github.com/rust-lang-nursery/packed_simd/pull/224
@mati865 This seems to be the same issue as https://github.com/rust-lang/rust/issues/52746. Upgrade form glibc 2.24 to 2.27 in libc6-mips*-cross is what triggers it. The only odd thing is that mipsel wasn't affected at the time. Which I cannot explain.
Thank you @draganmladjenovic