package
1.2.0
Repository: https://github.com/segmentio/asm.git
Documentation: pkg.go.dev

# Constants

All is a Feature value that has all CPU features enabled.
None is a Feature value that has no CPU features enabled.

# Type aliases

CPU is a bitset of feature flags representing the capabilities of various CPU architeectures that this package provides optimized assembly routines for.
Feature represents a single CPU feature.