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

The newest version!
//go:build !amd64 || noasm || appengine || gccgo || nogen

package reedsolomon

const maxAvx2Inputs = 1
const maxAvx2Outputs = 1
const minAvx2Size = 1
const avxSizeMask = 0
const avx2CodeGen = false

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy