kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
438 stars 36 forks source link

Only run test_clamp_f64_precision on 64-bit targest #41

Closed Aaron1011 closed 1 year ago

Aaron1011 commented 1 year ago

On 32-bit targets, usize::MAX is u32::MAX, which is small enough that we don't lose any precision. This will become relevant once we can run our tests under Miri on wasm32-wasi