Documentation
¶
Overview ¶
Command gensimd generates the AVX2 assembly kernels in internal/simd via avo. The kernels always ship with a pure-Go fallback (internal/simd/*_generic.go) and a runtime CPU-feature dispatch, so the library builds and runs on every architecture; the generated .s is committed.
Run via `go generate ./internal/simd/...` (the //go:generate directive there invokes this).
Click to show internal directories.
Click to hide internal directories.