rust-lv2
rust-lv2 copied to clipboard
Add support for 64-bit PowerPC
This PR adds bindings for 64-bit PowerPC (target_arch = "powerpc64"). I generated the bindings on a native ppc64le system, and in line with this commit, I added a repr(align(8)) to LV2_Atom.
This PR adds bindings for 64-bit PowerPC (
target_arch = "powerpc64"). I generated the bindings on a native ppc64le system, and in line with this commit, I added arepr(align(8))toLV2_Atom.
Can you explain how the bindings are generated? I used the command from sys/tool/README.md and it just fails with No such file or directory.