All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.klauspost.reedsolomon.galois_gen_none.go Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
//+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")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy