Skip to content

floats,asm/f64: add asm routine for sum

Sebastien Binet requested to merge f64/sum into master

Created by: Kunde21

Add Sum(x []float64) float64 which computes the sum of all elements in the slice.

Merge request reports