Design spec: Apple Silicon port (simde + Accelerate)#2
Closed
christhechris wants to merge 2 commits into
Closed
Conversation
Scope A: local dev build only. Translates AVX2/FMA3 via simde, swaps MKL for Accelerate. Gated behind APPLE AND arm64 so x86 builds are byte-unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- Pin simde to latest stable release tag - Use modern Accelerate LAPACK interface (ACCELERATE_NEW_LAPACK); macOS 13.3+ - DIGHOLO_USE_ACCELERATE is automatic on Apple Silicon, no opt-in toggle Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author
|
Closing — spec will be kept local instead of in-repo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
macOS is currently blocked at configure time (CMakeLists.txt:54-59) because the SIMD paths hard-require AVX2/FMA3 and MKL isn't redistributed for modern macOS. This PR lays out the minimal-surface path to a working build on Apple Silicon:
Key design decisions
What's in this PR
Design doc only: docs/superpowers/specs/2026-04-19-digholo-apple-silicon-port-design.md. No code changes yet — implementation will land in follow-up PRs driven by the writing-plans workflow.
Test plan
🤖 Generated with Claude Code