Commit 459f02e
build: enable isa-l NEON assembly on ARM macOS
macOS reports arm64 via uname -m but isa-l's Makefile.unx expects
aarch64 for the NEON/SVE assembly paths. Without this fix, only the
C baseline code is compiled, resulting in ~60% slower gzip decompression.
Pass host_cpu=aarch64 arch=aarch64 on ARM macOS to build the full
optimized library (85 objects vs 23 C-only).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c9ac5be commit 459f02e
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | | - | |
| 60 | + | |
54 | 61 | | |
55 | 62 | | |
56 | 63 | | |
| |||
0 commit comments