whisper.cpp/examples/whisper.android/.idea
Kevin Brothaler e1432dd91a 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.
2022-12-22 16:47:54 +02:00
..
.gitignore Add Android sample (#277) 2022-12-16 19:20:13 +02:00
.name Add Android sample (#277) 2022-12-16 19:20:13 +02:00
compiler.xml Add Android sample (#277) 2022-12-16 19:20:13 +02:00
gradle.xml Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a. 2022-12-22 16:47:54 +02:00
misc.xml Add Android sample (#277) 2022-12-16 19:20:13 +02:00
vcs.xml Add Android sample (#277) 2022-12-16 19:20:13 +02:00