-
Notifications
You must be signed in to change notification settings - Fork 19
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
Support for PPC64le #18
Comments
Endianness does not matter here. For example, the ARM/AArch64 code works fine in either endianess. |
@Richard-Rogalski heya did you get any further with this? 😺 |
@Amanieu - this issue seems outstanding; I just ran into this with an attempted build of coronsense 0.1.3 on ppc64le (Ubuntu 22.04 LTS on POWER9) |
@Amanieu I also ran into the issues while attempting build of coronsense 0.1.4 on ppc64le arch. (Rhel 9.3). Are there any updates on adding support for ppc64le? |
hello, i have a half complete PR for adding the necessary features into rustc. As far as i know, the only thing missing is tests, which I got too burnt out to finish. I’m not sure if I pushed my latest changes, I don’t think so. I’ll try to do that tonight, and if anyone wants to add the tests they’re more than welcome to
Oct 8, 2024 at 05:52 by ***@***.***:
…
@Amanieu <https://github.com/Amanieu>> I also ran into the issues while attempting build of coronsense 0.1.4 on ppc64le arch. (Rhel 9.3). Are there any updates on adding support for ppc64le?
—
Reply to this email directly, > view it on GitHub <#18 (comment)>> , or > unsubscribe <https://github.com/notifications/unsubscribe-auth/ASR6C3KL45QKCLX7DQV5G4TZ2O2NZAVCNFSM6AAAAAAXZCMX6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJZGUYTINZUHE>> .
You are receiving this because you were mentioned.> Message ID: > <Amanieu/corosensei/issues/18/2399514749> @> github> .> com>
|
Thanks @Richard-Rogalski! I'd be happy to start reviewing your PR even if it's incomplete. |
Actually there seems to be another PR for that: rust-lang/rust#131341 |
Is this fixed now? I see that the PR @Amanieu mentions is now merged? |
Hello!
I'd like to get this working on PPC64. I tried getting something going, but all I get is this:
Looking at the loong PR, there's a way to to use the unstable inline assembly, but what about this clobber_abi thing? This has "only clobbers" under ppc, which makes me think it should work?
Also, would endianness matter here? I mostly want support for PPC64le, but would the same code work for PPC64(be)?
Thanks for any help!!
The text was updated successfully, but these errors were encountered: