Commit 8111a2e
committed
fix(aarch64): disable FMV — half that file cannot compile on a macOS host
`cpu_model/aarch64.c` 的后半是函数多版本(FMV),按宿主分支 include
一个 `.inc`。Apple 那支拉系统头:
aarch64/fmv/apple.inc:1:10: fatal error: 'TargetConditionals.h' file not found
而本包的 `include_dirs` 刻意不含任何来自机器的路径(见该段的
⭐⭐ NOTHING FROM THE MACHINE)。1 parent 997cf28 commit 8111a2e
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
184 | 199 | | |
185 | 200 | | |
186 | 201 | | |
| |||
0 commit comments