Commit 1597f67
fix(ci): force armv8.5-a architecture for macOS ARM to avoid i8mm errors (#8)
The i8mm instruction set (ARMv8.6+) is not available on GitHub's macOS
runners. By explicitly targeting armv8.5-a, we prevent CMake from
auto-detecting and enabling unavailable SIMD instructions during
whisper.cpp compilation.
Refs: ggml-org/whisper.cpp#3427
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 735a986 commit 1597f67
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments