relaxed-simd
relaxed-simd copied to clipboard
Fix a nit for relaxed_trunc_f32x4_s
If input is a nan, result should be zero or INT32_MAX.
Actually, I believe this is correct as is — at least it matches the test suite. It's probably the text that is wrong.