commit | d6a02ce849c95fa57d9927fab7b6d9071876dfe0 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Wed Jul 03 07:13:20 2019 |
committer | Bryan C. Mills <bcmills@google.com> | Wed Jul 03 14:17:33 2019 |
tree | ae36f3baff8732ed010acebcced518595ec8e1f7 | |
parent | 7e034cad644213bc79b336b52fce73624259aeca [diff] |
image/vector: add runtime check for SSE4.1 The PSHUFB instruction is also used by the floating-point implementation, not just the fixed-point one. Fixes golang/go#32835 Change-Id: I21f204319b28b664c862a7e3d938ba9366c74116 Reviewed-on: https://go-review.googlesource.com/c/image/+/184898 Reviewed-by: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@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.