Dan Kortschak
03398562de
all: clean up lint identified by ruleguard
...
Ruleguard run with ruleguard -c=0 -rules ruleguard.rules.go ./... from
https://github.com/dgryski/semgrep-go with the following rules inactivated
to reduce noise:
- unconvert for floating point values
- oddcomparisons
- floateq
2021-05-19 05:44:58 +09:30
Dan Kortschak
dba48453fd
all: use cscalar.Same instead of local same function
2020-08-07 07:59:02 +09:30
Dan Kortschak
c2ba2b0865
internal/asm/{c64,c128}: allow tolerance for division tests
...
arm64 builds fail otherwise since the error doesn't underflow due to fused
operations.
2020-06-08 18:43:06 +09:30
Dan Kortschak
0b5d99e903
internal/asm/{c64,c128}: add stubs for kernels needed by cmplxs package
2020-06-08 18:43:06 +09:30
kortschak
805531d142
all: change capitalization of gonum in license header
2017-11-02 06:54:08 +10:30
Chad Kunde
5e3ead2971
asm/c128: Corrected duplicate dscal test case.
2017-08-21 04:30:07 -07:00
Chad Kunde
f75ae60e6a
asm/c128: Changed int parameters to uintptr.
2017-08-19 21:50:10 -07:00
Chad Kunde
53ebc944e7
asm/c128: Fixes to dscal algorithm implementation.
2017-08-19 21:50:06 -07:00
Chad Kunde
9157447054
asm/c128: ScalInc stubs and tests.
2017-08-14 21:34:23 +07:00
Chad Kunde
cc8f44691e
asm/c128: Added stubs and tests for ScalUnitary.
2017-08-14 21:34:06 +07:00
Chad Kunde
021ac22279
asm/c128: Stubs and tests for DscalInc.
2017-08-14 21:33:53 +07:00
Chad Kunde
240406a791
asm/c128: Added Dscal stubs and extracted test utility functions.
2017-08-14 21:33:29 +07:00
Brendan Tracey
dd0aa0144f
internal: imported internal as a subtree
2017-05-23 00:02:41 -06:00