]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common : refactor nested if causing error C1061 on MSVC (#6101)
authorDAN™ <redacted>
Sat, 16 Mar 2024 15:39:15 +0000 (11:39 -0400)
committerGitHub <redacted>
Sat, 16 Mar 2024 15:39:15 +0000 (17:39 +0200)
commit15961ec04dbd59d21d8984d42e4c0f7e7e7d320a
tree5fded0be81a179e65c15bf4fcfe9d208a51e6e76
parenta56d09a4407f29c21e149b44fd5308f83aa1cb09
common : refactor nested if causing error C1061 on MSVC (#6101)

* Refactor nested if causing error C1061 on MSVC.

* Revert back and remove else's.

* Add flag to track found arguments.
common/common.cpp