cpu_features
cpu_features copied to clipboard
S390X Support
This PR adds support for cpu_features on S390X architectures including the latest z16 hwcapabilities.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
z15 Model T01 would be 8561 and not 3932 you might also want some older processors as well
2964 and 2965 z13
3906 and 3907 z14
Thanks for the review. I ended up removing the explicit model checking, since the elf AT_PLATFORM definition includes this.
Thanks, I've made those changes
Thanks, I've made those changes
Thx, can you also turn the num_processors
field into an int
? then I think it's good to go.
Made a rookie mistake, forgot to set my git user+email on a new environment and it failed the CLA check. I amended and I think its good to go now