diff options
| author | David du Colombier <0intro@gmail.com> | 2016-02-24 19:00:10 +0100 |
|---|---|---|
| committer | David du Colombier <0intro@gmail.com> | 2016-02-24 18:05:10 +0000 |
| commit | 039d455f9d3d5d5109424f15d86b7f9b63768b42 (patch) | |
| tree | 17c9cf2621bfb13bf4fbccef412dfe9e47d5a28d /src/database/sql/sql_test.go | |
| parent | a8589312004157de09677e182c3c77399f2d628d (diff) | |
| download | go-039d455f9d3d5d5109424f15d86b7f9b63768b42.tar.xz | |
cmd/compile: don't use duffzero on Plan 9
In CL 14408, the implementation of duffzero on amd64
was changed to replace the use of the MOVQ instructions
by MOVUPS.
However, it broke the build on plan9/amd64, since
Plan 9 doesn't allow floating point in note handler.
This change disables the use of duffzero on Plan 9.
We also take care to not use the MOVUPS instruction.
Fixes #14471.
Change-Id: I8277b485dfe65a68d7d8338e52a048c5d45069bf
Reviewed-on: https://go-review.googlesource.com/19890
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/database/sql/sql_test.go')
0 files changed, 0 insertions, 0 deletions
