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

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

There is a newer version: 2.9.1
Show newest version
//+build !amd64 noasm appengine gccgo

// Copyright 2020, Klaus Post, see LICENSE for details.

package reedsolomon

func (r *reedSolomon) codeSomeShardsAvx512(matrixRows, inputs, outputs [][]byte, outputCount, byteCount int) {
	panic("codeSomeShardsAvx512 should not be called if built without asm")
}

func (r *reedSolomon) codeSomeShardsAvx512P(matrixRows, inputs, outputs [][]byte, outputCount, byteCount int) {
	panic("codeSomeShardsAvx512P should not be called if built without asm")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy