This commit is contained in:
Sahil-4555 2025-12-23 10:38:53 +05:30 committed by Sahil Sojitra
parent 1aedcaf2bf
commit 14d4b2acbb

View file

@ -15,7 +15,6 @@ import (
const wordSize = int(unsafe.Sizeof(uintptr(0)))
const supportsUnaligned = runtime.GOARCH == "386" || runtime.GOARCH == "amd64" || runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" || runtime.GOARCH == "s390x"
// ANDBytes ands the bytes in a and b. The destination is assumed to have enough
// space. Returns the number of bytes and'd.
func ANDBytes(dst, a, b []byte) int {