-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BUG: Fix build on ppc64 when the baseline set to Power9 or higher #24806
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
0e81137
to
431b7dd
Compare
…Half/Double VSX3 instructions by the assembler
This fix addresses two issues: * Corrects the use of unsupported instructions by the assembler in half-precision to double-precision conversion. * Resolves a code error related to variable naming during conversion.
431b7dd
to
771beb0
Compare
@seiko2plus is this still marked as Draft on purpose? |
I had to test it locally against an assembler that doesn't support VSX3 scalar double-precision conversion. It's ready for review now. |
Thanks Sayed. |
Backport of numpy#24806. This backport was already made in numpy#25083, but that didn't make use of the linux_qemu.yml action, so this tweaks it a bit.
Backport of numpy#24806. This backport was already made in numpy#25083, but that didn't make use of the linux_qemu.yml action, so this tweaks it a bit.
Backport of numpy#24806. This backport was already made in numpy#25083, but that didn't make use of the linux_qemu.yml action, so this tweaks it a bit.
Backport of numpy#24806. This backport was already made in numpy#25083, but that didn't make use of the linux_qemu.yml action, so this tweaks it a bit.
FWIW: 7a84442 fixes a test failure in |
closes #24789