commit | 46e4eb730abb48e79f504fbfd0424c0bb54e26c0 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sat Nov 10 00:03:43 2018 |
committer | Nigel Tao <nigeltao@golang.org> | Thu Nov 15 02:24:11 2018 |
tree | f1c0c8789e40ce9dac5b02e1ebfb012c3dff6e11 | |
parent | 249dc8530c0efc2766606a940c1c50b434b2f1cd [diff] |
vector: use asm opcode mnemonics There's no change in the binary output, just less mystery in the asm. These mnemonics were introduced in Go 1.10: https://golang.org/doc/go1.10#asm and https://golang.org/cl/75490 Current stable release (as of 2018-11-10) is Go 1.11, and https://golang.org/doc/devel/release.html#policy says that Go 1.9 and below are therefore no longer supported. Change-Id: I1f9a63521bc8d5e8f8d395605f62bf7fb6a63bc5 Reviewed-on: https://go-review.googlesource.com/c/148997 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This repository holds supplementary Go image libraries.
The easiest way to install is to run go get -u golang.org/x/image/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/image
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the image repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/image:” in the subject line, so it is easy to find.