Arm64 Baseline Porting

Fallback skill for porting x64 code to ARM64 when no specific spec matches. Provides mandatory architectural constraints that ALL ARM64 migrations must respect regardless of code pattern — covering both hand-written assembly and C/intrinsics output. Use when the dispatcher receives a porting_item with port_spec_ids: [] and mode=llm-freeform, OR when the LLM is producing freeform ARM64 output (C, intrinsics, or asm) without a more specific leaf skill. Ensures freeform porting still adheres to ARM64 correctness invariants: Windows ARM64 ABI, weak memory ordering, NEON 128-bit width limits, ARM64EC ABI shims, and intrinsic header / target-macro hygiene.

qualcomm a1716db 16.3 KB Updated

File contents

qualcomm/easywos/tree/main/agent/skills/arm64-baseline-porting commit a1716db121

Frequently asked questions

npx skillmds@latest add qualcomm/arm64-baseline-porting