]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
inline -> static inline for "bytesFromNibbles" (#161)
authorhoangmit <redacted>
Wed, 15 Mar 2023 19:05:14 +0000 (15:05 -0400)
committerGitHub <redacted>
Wed, 15 Mar 2023 19:05:14 +0000 (21:05 +0200)
commit113e685d18ac4edb20f647fd34b000941556f6a6
treed4e044777859cee4eb2af3a099f53e3fd18a72c2
parent47857e564c218a2c38346d0cdd94314632878fcb
inline -> static inline for "bytesFromNibbles" (#161)

Without "static" prefix, it fails to compile in clang
ggml.c