You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That means it operates on dst[0], dst[0.5], dst[1], dst[1.5]. Should the i/4 be i/2 perhaps?
I tried to compare this to the spec, but See the modified spec for details on the readme has a broken link. And I can't seem to find this relaxed SIMD instruction in the published current wasm spec (was it merged?)
The text was updated successfully, but these errors were encountered:
The loop before last there says
That means it operates on
dst[0], dst[0.5], dst[1], dst[1.5]
. Should thei/4
bei/2
perhaps?I tried to compare this to the spec, but
See the modified spec for details
on the readme has a broken link. And I can't seem to find this relaxed SIMD instruction in the published current wasm spec (was it merged?)The text was updated successfully, but these errors were encountered: