]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled...
authorKevin Brothaler <redacted>
Tue, 20 Dec 2022 18:33:33 +0000 (13:33 -0500)
committerGeorgi Gerganov <redacted>
Thu, 22 Dec 2022 14:47:54 +0000 (16:47 +0200)
commite1432dd91add9ba93fdbb7afedb52f224410f9dd
tree0248a8624ed7c132f50231b26f62546699e01b30
parent22193cbfe815fd90bf7177b7743e291251b9546b
Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.

Android armeabi-v7a's NEON support doesn't support FMA unless configured with `-mfpu=neon-fp-armv8`, which would need runtime checks.
* Also removed ABI filter from Android project.
examples/whisper.android/.idea/gradle.xml
examples/whisper.android/app/build.gradle
ggml.c
ggml.h
whisper.cpp