1// Code generated by command: go run valid_asm.go -out valid_amd64.s -stubs valid_amd64.go. DO NOT EDIT.
2
3package ascii
4
5// Validates that the string only contains ASCII characters.
6func validAVX2(p *byte, n uintptr) int
7