// +build !arm noasm

package xxh32

// ChecksumZero returns the 32-bit hash of input.
func ( []byte) uint32 { return checksumZeroGo() }

func update( *[4]uint32,  *[16]byte,  []byte) {
	updateGo(, , )
}