]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : suppress unknown pragma 'GCC' on windows (llama/8460)
authorDaniel Bevenius <redacted>
Mon, 15 Jul 2024 12:48:17 +0000 (14:48 +0200)
committerGeorgi Gerganov <redacted>
Sat, 27 Jul 2024 15:26:12 +0000 (18:26 +0300)
commita8edebbf854a9a119dc1dbb84ec10151a1b9c5b1
tree1d607c161fa1487d3bf42f8a973a5299932110b7
parent917685bf27e85b764914b12ddb9a15bf149443f7
ggml : suppress unknown pragma 'GCC' on windows (llama/8460)

This commit adds a macro guard to pragma GCC to avoid the following
warning on windows:

```console
C:\llama.cpp\ggml\src\ggml-aarch64.c(17,9): warning C4068:
unknown pragma 'GCC' [C:\lama.cpp\build\ggml\src\ggml.vcxproj]
```
ggml/src/ggml-aarch64.c