]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: add amd64 HADDPD/HADDPS
authorRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 20:20:36 +0000 (15:20 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jan 2016 14:48:08 +0000 (14:48 +0000)
commite6347659410454cfabc4f4bc04fe37e538f472e8
tree6173b92acd724ae25fb677d5afee8102758fa90b
parent295ec4f6f8f1eb39ddb97933298351cd57b2b088
cmd/asm: add amd64 HADDPD/HADDPS

Was part of #13822 but not in the first message, so I missed it.

Fixes #13822 again.

Change-Id: I775004fa8d47b6af293124605521ec396573e267
Reviewed-on: https://go-review.googlesource.com/18900
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/asm/internal/asm/testdata/amd64enc.s
src/cmd/internal/obj/x86/a.out.go
src/cmd/internal/obj/x86/anames.go
src/cmd/internal/obj/x86/asm6.go