commit | 9abbe108cb423f16627b1c32403aa8a2b9a8c633 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Sun Jul 07 01:15:30 2024 |
committer | Nigel Tao <nigeltao@golang.org> | Mon Jul 08 04:01:56 2024 |
tree | ae98c12ada17e8c25abba66a07c6661c2712cc46 | |
parent | 3bbf4a659e56fde394e7214ddd17673223aca672 [diff] |
draw: avoid FMA (Fused Multiply Add) Changing "expr" to "float64(expr)" disables FMA on that expression, even when expr's type is already nominally float64. The output of this package should now be independent of GOARCH. See the "FMA (Fused Multiply Add) detector" discussion at https://groups.google.com/g/golang-dev/c/oZv0PaZmUGs Fixes golang/go#67029 Change-Id: I43cecee0e9c8156eae39f52b5a2338c34d31a65a Reviewed-on: https://go-review.googlesource.com/c/image/+/596816 Reviewed-by: Nigel Tao (INACTIVE; USE @golang.org INSTEAD) <nigeltao@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
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.