Cargo Asm

Inspect compiler-generated assembly for Rust functions with `cargo asm` to verify auto-vectorization, codegen quality, and target-specific lowering. Use when the user asks whether a loop is SIMD/vectorized, wants to compare codegen across targets, audits a hot path, or needs to verify specific instructions (popcnt, AVX, NEON, etc.) are emitted.

involvex 623d7d4 6.4 KB Updated

File contents

involvex/octodock/tree/main/.agents/skills/cargo-asm commit 623d7d4cd8

Frequently asked questions

npx skillmds@latest add involvex/cargo-asm