type github.com/segmentio/asm/cpu/arm64.Feature

4 uses

	github.com/segmentio/asm/cpu/arm64 (current package)
		arm64.go#L10: func (cpu CPU) Has(feature Feature) bool {
		arm64.go#L14: func (cpu *CPU) set(feature Feature, enable bool) {
		arm64.go#L18: type Feature cpuid.Feature
		arm64.go#L21: 	FP       Feature = 1 << iota // Floating-point instruction set (always available)