1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:40:21 -07:00

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 <iskander.sharipov@intel.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
isharipo 2017-10-06 19:07:29 +03:00 committed by Ilya Tocar
parent 41fa265db0
commit e33b01651c

View File

@ -889,7 +889,7 @@ var ymmxmm0f38 = []ytab{
}
var yextractps = []ytab{
{Yu2, Yxr, Yml, Zibr_m, 2},
{Zibr_m, 2, argList{Yu2, Yxr, Yml}},
}
/*