]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-cpu : remove stdlib include from repack.cpp (#1276)
authorDaniel Bevenius <redacted>
Mon, 21 Jul 2025 13:53:12 +0000 (15:53 +0200)
committerGitHub <redacted>
Mon, 21 Jul 2025 13:53:12 +0000 (15:53 +0200)
commit890aa3528823a1c61e3cb426663e8ee0435bbc6f
treea452d7e012416ec232433b710857de18adbbdde4
parenta0361ace408ba2c30820deb39e793ad9ed787a85
ggml-cpu : remove stdlib include from repack.cpp (#1276)

This commit removes the inclusion of `<cstdlib>`.

The motivation for this change is that this source file does not seem to
use any functions from this header and the comment about `qsort` is a
little misleading/confusing.
src/ggml-cpu/repack.cpp