Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove android abi constraint #301

Merged
merged 4 commits into from
Dec 22, 2022
Merged

Remove android abi constraint #301

merged 4 commits into from
Dec 22, 2022

Conversation

Digipom
Copy link
Contributor

@Digipom Digipom commented Dec 21, 2022

This allows to use whisper.cpp with armeabi-v7a. I compile two libraries, one with vfpv4 support and one without, for greater compatibility. Vfpv4 mode runs nearly as well as arm64-v8a.

Digipom and others added 4 commits December 20, 2022 13:50
…an 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.
@ggerganov ggerganov merged commit 501a6b4 into ggerganov:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants