Files
ik_llama.cpp/github-data/pull_requests/448 - Fix MSVC compilation.md
2025-07-23 13:31:53 +02:00

15 lines
306 B
Markdown

### 🐛 [#448](https://github.com/ikawrakow/ik_llama.cpp/pull/448) - Fix MSVC compilation
| **Author** | `ikawrakow` |
| :--- | :--- |
| **State** | ❌ **Closed** |
| **Created** | 2025-05-23 |
| **Updated** | 2025-05-23 |
---
#### Description
MSVC does not like `^` with SIMD vectors.
Closes #447