Currently the mod reports following during startup on an arm/aarch64: ``` [main/WARN]: Cannot find native library linux-aarch_64-libc2me-opts-natives-math.so, possibly unsupported platform for native acceleration ``` However it looks like the code for native acceleration on aarch64 is present: https://github.com/RelativityMC/C2ME-fabric/blob/5f5fb19989923f20d007128445a7208d6d434f50/c2me-opts-natives-math/src/c/targets/linux-aarch_64.cmake and was only commented out in the build a while ago to fix a reproducible build problem: https://github.com/RelativityMC/C2ME-fabric/blame/5f5fb19989923f20d007128445a7208d6d434f50/c2me-opts-natives-math/build.gradle#L29 Maybe this could be re-enabled if it now works :)
Currently the mod reports following during startup on an arm/aarch64:
However it looks like the code for native acceleration on aarch64 is present:
https://github.com/RelativityMC/C2ME-fabric/blob/5f5fb19989923f20d007128445a7208d6d434f50/c2me-opts-natives-math/src/c/targets/linux-aarch_64.cmake
and was only commented out in the build a while ago to fix a reproducible build problem:
https://github.com/RelativityMC/C2ME-fabric/blame/5f5fb19989923f20d007128445a7208d6d434f50/c2me-opts-natives-math/build.gradle#L29
Maybe this could be re-enabled if it now works :)