Commit e33b0165 authored by isharipo's avatar isharipo Committed by Ilya Tocar

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: 's avatarDavid Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 41fa265d
......@@ -889,7 +889,7 @@ var ymmxmm0f38 = []ytab{
}
var yextractps = []ytab{
{Yu2, Yxr, Yml, Zibr_m, 2},
{Zibr_m, 2, argList{Yu2, Yxr, Yml}},
}
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment