WebAssembly / simd

Branch of the spec repo scoped to discussion of SIMD in WebAssembly
Other
530 stars 43 forks source link

Fix q15 saturating mul #483

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Forgot to saturate the result in both test generation code and interpreter. This fixes both cases.