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

Change ggml.c to make it compatible with C++ compilers.

Open Alejandro-FA opened this issue 1 year ago • 5 comments

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.

Alejandro-FA avatar Jun 11 '23 19:06 Alejandro-FA