rust-lv2 icon indicating copy to clipboard operation
rust-lv2 copied to clipboard

Add support for 64-bit PowerPC

Open taylordotfish opened this issue 1 year ago • 2 comments

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.

taylordotfish avatar Feb 24 '24 01:02 taylordotfish

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.

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.

glaubitz avatar Jun 04 '24 07:06 glaubitz