Commit Graph

9 Commits

Author SHA1 Message Date
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
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
a272e7fbf8 math32: add arm64 assembly implementation for Sqrt 2020-02-24 15:38:42 +10:30
Dan Kortschak
76421d5772 internal/math32: remove stale comment 2020-01-13 08:52:57 +10: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
kortschak
69b1260dde blas: add generated float32 conversion code
This required moving math32 higher up the tree.
2017-08-05 07:44:58 +09:30