internal/opcodesextra: minor comment tweaks (#366)

This commit is contained in:
Michael McLoughlin
2023-01-14 16:12:42 -08:00
committed by GitHub
parent 9e56971ed6
commit b01bfffcdd
4 changed files with 11 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ package opcodesextra
import "github.com/mmcloughlin/avo/internal/inst"
// bitalg is the AVX-512 Bit Algorithms instruction set.
// bitalg is the "Bit Algorithms" instruction set.
var bitalg = []*inst.Instruction{
// Reference: https://github.com/golang/go/blob/go1.19.3/src/cmd/internal/obj/x86/avx_optabs.go#L3904-L3908
//