packed_simd icon indicating copy to clipboard operation
packed_simd copied to clipboard

vector_float_min_max fails on mips{,64,64el} with recent glibc

Open mati865 opened this issue 6 years ago • 3 comments

Tracked upstream: https://github.com/rust-lang/rust/issues/52746

mati865 avatar Feb 28 '19 12:02 mati865

Pinging @draganmladjenovic, I opened PR upgrading Docker images https://github.com/rust-lang-nursery/packed_simd/pull/224

mati865 avatar Feb 28 '19 14:02 mati865

@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.

draganmladjenovic avatar Mar 19 '19 11:03 draganmladjenovic

Thank you @draganmladjenovic

mati865 avatar Mar 19 '19 11:03 mati865