blob: ffa3e9b396ef59c7d279e88af11b37f4404ee1a9 [file]
// Copyright 2026 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.
//go:build !amd64
package main
import (
"simd"
)
func sum(x simd.Float32s) float32 {
return boringSum(x)
}