mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 19:06:14 +00:00

`_mm512_kunpackb` was implemented wrong, and `simd_reduce_max` uses `maxnum` for comparison, which adheres to IEEE754, but Intel specifically says that they do NOT adhere to IEEE754 for NaNs, which can give wrong results