Hello!
I'd like to get this working on PPC64. I tried getting something going, but all I get is this:
error[E0658]: inline assembly is not stable yet on this architecture
error: `clobber_abi` is not supported on this target
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!!
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!!