Skip to content

Commit

Permalink
Add stub functions
Browse files Browse the repository at this point in the history
  • Loading branch information
klauspost committed Jan 7, 2024
1 parent 19e1b56 commit 3b1c544
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions galois_gen_none.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ func galMulSlicesGFNI(matrix []uint64, in, out [][]byte, start, stop int) int {
func galMulSlicesGFNIXor(matrix []uint64, in, out [][]byte, start, stop int) int {
panic("codegen not available")
}

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

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

0 comments on commit 3b1c544

Please sign in to comment.