whisper.cpp
e1432dd9 - Check for both __ARM_NEON and __ARM_FEATURE_FMA so that the project can be compiled for armv7a.

Commit
3 years ago
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.
Author
Committer
Parents
Loading