The following regressions are found by the 1.96 beta crater run. They involve floats in one way or another.
The casper-wasmi-core and soroban-wasmi_core regressions are minimized to the following code, whose assertion passes on stable, but fails on beta.
fn main() {
assert_eq!((-0.0_f32).min(0.0_f32).to_bits(), 0x8000_0000_u32);
}
The raekna-compute regression is minimized to the following code, whose assertion passes on stable, but fails on beta.
fn main() {
assert_eq!(11.0_f64.acosh(), 3.0889699048446033_f64);
}
I have not yet minimized the simdeez regression, but it seems to involve SIMD and acosh.
The following regressions are found by the 1.96 beta crater run. They involve floats in one way or another.
The casper-wasmi-core and soroban-wasmi_core regressions are minimized to the following code, whose assertion passes on stable, but fails on beta.
The raekna-compute regression is minimized to the following code, whose assertion passes on stable, but fails on beta.
I have not yet minimized the simdeez regression, but it seems to involve SIMD and acosh.