Commit Graph

10 Commits

Author SHA1 Message Date
Dan Kortschak
5f0141ca4c all: run gofmt and generate all packages
Changes made in dsp/fourier/internal/fftpack break the formatting used
there, so these are reverted. There will be complaints in CI.

[git-generate]
gofmt -w .
go generate gonum.org/v1/gonum/blas
go generate gonum.org/v1/gonum/blas/gonum
go generate gonum.org/v1/gonum/unit
go generate gonum.org/v1/gonum/unit/constant
go generate gonum.org/v1/gonum/graph/formats/dot
go generate gonum.org/v1/gonum/graph/formats/rdf
go generate gonum.org/v1/gonum/stat/card

git checkout -- dsp/fourier/internal/fftpack
2022-08-06 07:05:17 +09:30
Dan Kortschak
ccc0da248a all: run make builds pass with go master
Run gofmt go1.17 adds the new //go:build comments
2021-04-19 15:00:56 +09:30
y0ast
6e718dda99 add f32 sum 2021-03-24 16:36:28 +08:00
Dan Kortschak
c70431e9bd all: add gccgo build constraint
This is a synonym for noasm since gccgo (and gollvm) do not use plan9
assembly, so we just prevent those compilers from looking at asm files.
2020-09-27 07:52:34 +09:30
Dan Kortschak
2599150152 all: remove appengine build tag and test with safe 2020-09-07 19:10:11 +09:30
Dan Kortschak
72e79ca985 all: add safe synonym for appengine tag 2018-07-22 17:17:15 +09:30
Dan Kortschak
b9db25a610 all: conform build tag comment to convention 2018-07-06 09:05:06 +09:30
kortschak
805531d142 all: change capitalization of gonum in license header 2017-11-02 06:54:08 +10:30
Chad Kunde
51fc8a3f42 asm/f32: Adding stubs for dot asm functions. 2017-08-22 14:16:24 -07:00
Brendan Tracey
dd0aa0144f internal: imported internal as a subtree 2017-05-23 00:02:41 -06:00