whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Add a cmake flag to disable F16C

Open a5huynh opened this issue 2 years ago • 0 comments

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.

a5huynh avatar Mar 18 '23 20:03 a5huynh