Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for wasm dot-product instruction #5861

Merged
merged 17 commits into from
Mar 30, 2021
Merged

Conversation

steven-johnson
Copy link
Contributor

No description provided.

// RDom r(0, 4);
// check("i32x4.dot_i16x8_s", 2 * w, sum(i32(in_i16(x * 4 + r)) * in_i16(x * 4 + r + 32)));
// }
for (int f : {4, 8}) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should test 2 here, since that's really what the instruction is targeting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Base automatically changed from srj/wasm-widening-add to master March 29, 2021 23:37
@steven-johnson steven-johnson merged commit e7eec5c into master Mar 30, 2021
@steven-johnson steven-johnson deleted the srj/wasm-dotprod branch March 30, 2021 22:45
@alexreinking alexreinking added this to the v12.0.0 milestone May 19, 2021
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.

3 participants