mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-18 14:51:58 +02:00
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.
This commit is contained in:
committed by
Georgi Gerganov
parent
22193cbfe8
commit
e1432dd91a
1
examples/whisper.android/.idea/gradle.xml
generated
1
examples/whisper.android/.idea/gradle.xml
generated
@@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
|
Reference in New Issue
Block a user