whisper.cpp
whisper.cpp copied to clipboard
Change ggml.c to make it compatible with C++ compilers.
In a small cross-platform mobile project that I'm working on I've been forced to compile ggml.c
with a C++ compiler (clang++
). This has exposed some minor incompatibilities of ggml.c
with C++ compilers, which can be easily solved.