Minic
Minic copied to clipboard
Please add ARMv9.2, SVE2, Dot Product and Neon support
It's sad that it's not possible to compile the newest version on Android and Linux devices.
ARM compile for android is now fixed (./Tools/build/buildAndroid.sh)
aarch64 for linux seems also ok (./Tools/build/buildRPi64.sh)
The first one depends on an ANDROID_NDK_PATH and at home I'm using armv7a-linux-androideabi34-clang The second one depends on aarch64-linux-gnu-g++ availability on the system.
I did not try armv9.2 at all for now, where can I get the appropriate NDK ?
Please give more details if you still have issues.