From: isharipo Date: Fri, 6 Oct 2017 16:07:29 +0000 (+0300) Subject: cmd/asm: fix build error caused by yextractps X-Git-Tag: go1.10beta1~839 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e33b01651cccce4293eb7a2ae7b40774e1dbeec9;p=gostls13.git cmd/asm: fix build error caused by yextractps Fix ytab table for EXTRACTPS. Related to https://go-review.googlesource.com/#/c/go/+/63490/. Change-Id: I11672d6bb731a204a08905f8321450f02c5bed76 Reviewed-on: https://go-review.googlesource.com/68950 Run-TryBot: Iskander Sharipov Reviewed-by: David Crawshaw TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/internal/obj/x86/asm6.go b/src/cmd/internal/obj/x86/asm6.go index 8b98fe7c15..7482b28c74 100644 --- a/src/cmd/internal/obj/x86/asm6.go +++ b/src/cmd/internal/obj/x86/asm6.go @@ -889,7 +889,7 @@ var ymmxmm0f38 = []ytab{ } var yextractps = []ytab{ - {Yu2, Yxr, Yml, Zibr_m, 2}, + {Zibr_m, 2, argList{Yu2, Yxr, Yml}}, } /*