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 power9 support #360
Add power9 support #360
Conversation
Thanks @shibatch for adding this. I am able to see -mcpu=power9 in the build log on POWER9. |
@RajalakshmiSR Yes. If the IUT successfully detects that the corresponding vector extension is not available, it exits with SUCCESS code, displaying the following message.
|
@shibatch There are some ifdefs for clang and gcc in helperpower_128.h. |
Those built-in functions are now used according to the gcc version by checking GNUC macro. |
LGTM. Thanks @shibatch |
Merged. Thank you for reviewing. |
This patch adds POWER9 support as mentioned in issue #313.