// Copyright 2016 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.// +build !appengine// +build gc// +build !noasmpackagevectorfunchaveSSE4_1()boolvarhaveFixedAccumulateSIMD=haveSSE4_1()consthaveFloatingAccumulateSIMD=true//go:noescapefuncfixedAccumulateOpOverSIMD(dst[]uint8,src[]uint32)//go:noescapefuncfixedAccumulateOpSrcSIMD(dst[]uint8,src[]uint32)//go:noescapefuncfixedAccumulateMaskSIMD(buf[]uint32)//go:noescapefuncfloatingAccumulateOpOverSIMD(dst[]uint8,src[]float32)//go:noescapefuncfloatingAccumulateOpSrcSIMD(dst[]uint8,src[]float32)//go:noescapefuncfloatingAccumulateMaskSIMD(dst[]uint32,src[]float32)