Commit 02a182d
fix(apple): add Q1_0_g32/g128 generic aliases in arch-fallback.h
Resolves iOS/tvOS/visionOS linker failure on CI (apple) where the
Xcode generator's empty CMAKE_SYSTEM_PROCESSOR triggers GGML_SYSTEM_ARCH=UNKNOWN
and -DGGML_CPU_GENERIC, leaving Eliza-added Q1_0_g32/Q1_0_g128 vec_dot
symbols undefined. Mirrors the existing q1_0_q8_0 fallback alias.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3ddd174 commit 02a182d
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments