Fix clobber list entries for arrays in POWER kernels that use inline asm#5448
Merged
Merged
Conversation
Contributor
|
There are few little glitches in the power8 routines, going thru the failures right now ... |
Contributor
|
fixed in PR#5463 |
Contributor
|
Hi @martin-frbg we have observed the few typos with Power10 kernel as well. I have fixed them in PR #5472. Please have a look. |
Contributor
|
Thanks for the P10 fixes, I didn't have a P10 system handy when fixing the P8 issues. |
Collaborator
Author
|
I have (in the GCC Compile Farm) but I'm stretched a bit thin right now, didn't manage to put in the time over the weekend as planned |
Contributor
|
no problem and thanks for your work, these PRs show there are other people who care about ppc64le/Power support :-) |
algitbot
pushed a commit
to alpinelinux/aports
that referenced
this pull request
Nov 27, 2025
and enable tests for ppc64le ref: OpenMathLib/OpenBLAS#5372 ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121372 ref: OpenMathLib/OpenBLAS#5448 ref: OpenMathLib/OpenBLAS#5463
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
proper fix for #5372 as pointed out by GCC developers there