File: galois_gen_none.go

package info (click to toggle)
golang-github-klauspost-reedsolomon 1.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 1,628 kB
  • sloc: asm: 33,006; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
//+build !amd64 noasm appengine gccgo nogen

package reedsolomon

const maxAvx2Inputs = 0
const maxAvx2Outputs = 0
const avx2CodeGen = false

func galMulSlicesAvx2(matrix []byte, in, out [][]byte, start, stop int) int {
	panic("avx2 codegen not available")
}