whisper.cpp
whisper.cpp copied to clipboard
Add a cmake flag to disable F16C
I'm running whisper in a virtualized environment for tests. The Makefile is able to build the binary just fine, but as a library I was running in an illegal instruction error.
Adding a flag to disable -mf16c did the trick.