This commit is contained in:
Sahil-4555 2025-12-23 10:38:53 +05:30
parent f5a3f8bc4d
commit 8e34d47d4f

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 {