spike(TEMP): aarch64 .S on macos-15 — R2 de-risk for full-platform#85
Closed
Sunrisepeak wants to merge 1 commit into
Closed
spike(TEMP): aarch64 .S on macos-15 — R2 de-risk for full-platform#85Sunrisepeak wants to merge 1 commit into
Sunrisepeak wants to merge 1 commit into
Conversation
De-risks the #1 macOS unknown for full-platform compat.ffmpeg/compat.opencv: FFmpeg/OpenCV SIMD on arm64 is GAS .S (not NASM), and mcpp's .S-on-macOS path is documented-but-unproven in this repo. Adds a cfg(macos) workspace member with one aarch64 .S unit (asm_add) linked into an import-std test. A green `workspace (macos)` leg = the path works. TEMP — remove after R2 is answered.
Member
Author
|
R2 answered: mcpp assembles+links+runs aarch64 GAS .S on macos-15 (test 1 passed). Temp spike done — closing without merge; the macOS arm64 SIMD path is proven. |
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.
临时 spike:在 macos-15 上编译+链接一个 aarch64 GAS .S 单元(asm_add),验证 mcpp 的 .S-on-macOS 路径(全平台 compat.ffmpeg/opencv 的 #1 未知项 R2)。workspace(macos) 绿 = 通。验证后删除。