File: sums_amd64.go

package info (click to toggle)
golang-github-segmentio-asm 1.2.0%2Bgit20231107.1cfacc8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: asm: 6,093; makefile: 32
file content (17 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by command: go run sums_asm.go -pkg slices -out ../slices/sums_amd64.s -stubs ../slices/sums_amd64.go. DO NOT EDIT.

//go:build !purego

package slices

// Sum uint64s using avx2 instructions, results stored in x
func sumUint64(x []uint64, y []uint64)

// Sum uint32s using avx2 instructions, results stored in x
func sumUint32(x []uint32, y []uint32)

// Sum uint16s using avx2 instructions, results stored in x
func sumUint16(x []uint16, y []uint16)

// Sum uint8s using avx2 instructions, results stored in x
func sumUint8(x []uint8, y []uint8)