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

arm64: dot and pseudo min/max instructions #643

Merged
merged 3 commits into from
Jun 20, 2022
Merged

arm64: dot and pseudo min/max instructions #643

merged 3 commits into from
Jun 20, 2022

Conversation

mathetake
Copy link
Member

@mathetake mathetake commented Jun 20, 2022

This implements pmin, pmax and dot SIMD instructions for
arm64 backend.

part of #484

Signed-off-by: Takeshi Yoneda <[email protected]>
Signed-off-by: Takeshi Yoneda <[email protected]>
Signed-off-by: Takeshi Yoneda <[email protected]>
@mathetake mathetake marked this pull request as ready for review June 20, 2022 08:49
case "simd_f64x2_pmin_pmax.json", "simd_f32x4_pmin_pmax.json",
"simd_i32x4_dot_i16x8.json", "simd_splat.json", "simd_load.json",
"simd_conversions.json":
case "simd_splat.json", "simd_load.json", "simd_conversions.json":
Copy link
Member Author

Choose a reason for hiding this comment

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

almost there!!!

Copy link
Contributor

@codefromthecrypt codefromthecrypt left a comment

Choose a reason for hiding this comment

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

good to follow-up!

@mathetake mathetake merged commit 3219832 into main Jun 20, 2022
@mathetake mathetake deleted the dotpmaimin branch June 20, 2022 11:03
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.

2 participants