//go:build amd64 package nn const ( hasSiLUAVX2 = true hasSiLUAVX512 = true ) //go:noescape func siluAVX2Asm(x *float32, n int) //go:noescape func siluAVX512Asm(x *float32, n int)