Commit Graph

7 Commits

Author SHA1 Message Date
Dan Kortschak
a2c6f817bf ci: replace golangci-lint with staticcheck 2022-05-18 21:35:57 +09:30
Joost van Amersfoort
d1303f035c internal/asm/f64: fix bug and clean up variable names
The code was jumping to end when tail == 0, but the correct thing is to jump
when LEN is zero. TAIL == 0 means we can start the summing pipeline. We also
don't need to decrement the TAIL since we overwrite it at start of no_trim.
2021-03-22 07:45:02 +10:30
Dan Kortschak
0e6fb8d22a all: use scalar.Same instead of local same function 2020-08-07 07:59:02 +09:30
Dan Kortschak
19131e1d16 internal/asm: clean up tolerant testing 2020-01-15 08:05:42 +10:30
Chad Kunde
cc0c958a30 floats,asm/f64: add asm routine for sum 2018-10-29 19:26:01 +10:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Brendan Tracey
dd0aa0144f internal: imported internal as a subtree 2017-05-23 00:02:41 -06:00