mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
11 lines
211 B
Go
11 lines
211 B
Go
|
|
// Code generated by internal/simd/_gen using 'go run .'; DO NOT EDIT.
|
||
|
|
|
||
|
|
package main
|
||
|
|
|
||
|
|
func simdGenericOps() []opData {
|
||
|
|
return []opData{
|
||
|
|
// {name: "AddInt8x16", argLength: 2, commutative: true},
|
||
|
|
// etc
|
||
|
|
}
|
||
|
|
}
|