-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[release/10.0] [S390X] Add simd fallback support for unsupported s390x architectures #119284
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
Conversation
Vector facility was introduced in the z13, which majorly introduces vector int/short/long/double variants of the vector instructions. with the release of z14 we introduced vector float variant as part of vector enhancement facility 1. This patch majorly supports z13 and previous generations.
fix code style Co-authored-by: kasperk81 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. please fill in the template and get a code review. we can merge when ready
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
/ba-g The |
@jeffschwMSFT this should be ready to merge now |
Backport of #118376 to release/10.0
/cc @lewing @saitama951
Customer Impact
Finishes the changes for simd support for s390x z13 and previous generations which missed the release/10.0 branching point.
Regression
Testing
CI testing.
Risk
Low. This only touches s390x code.