Skip to content

[spec] Fix input shape for relaxed_dot_add - #2250

Open
brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:relaxed-dot-spectec
Open

brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:relaxed-dot-spectec

Conversation

@brendandahl

Copy link
Copy Markdown

i32x4.relaxed_dot_i8x16_i7x16_add_s (0xFD 275) takes i8x16 source vectors (I8 X 16), not i16x8 (I16 X 8), matching the vextternop syntax constraint 4 * N_1 = N_2 = 32.

`i32x4.relaxed_dot_i8x16_i7x16_add_s` (`0xFD 275`) takes `i8x16` source
vectors (`I8 X 16`), not `i16x8` (`I16 X 8`), matching the `vextternop`
syntax constraint `4 * N_1 = N_2 = 32`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant