14 lines
486 B
Go
14 lines
486 B
Go
// Code generated by command: go run equal_fold_asm.go -pkg ascii -out ../ascii/equal_fold_amd64.s -stubs ../ascii/equal_fold_amd64.go. DO NOT EDIT.
|
|
|
|
//go:build !purego
|
|
// +build !purego
|
|
|
|
package ascii
|
|
|
|
// EqualFoldString is a version of strings.EqualFold designed to work on ASCII
|
|
// input instead of UTF-8.
|
|
//
|
|
// When the program has guarantees that the input is composed of ASCII
|
|
// characters only, it allows for greater optimizations.
|
|
func EqualFoldString(a string, b string) bool
|