File: dot_product.go

package info (click to toggle)
python-peachpy 0.0~git20211013.257881e-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,452 kB
  • sloc: python: 29,286; ansic: 54; makefile: 44; cpp: 31
file content (4 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
package blas

//go:generate python -m peachpy.x86_64 dot_product.py -S -o dot_product_amd64.s -mabi=goasm
func DotProduct(x *float32, y *float32, length uint) float32