add vpermi2b
This commit is contained in:
parent
fbde291731
commit
9af35326a6
5 changed files with 18 additions and 3 deletions
|
@ -1755,6 +1755,7 @@ public:
|
|||
{ "vpermt2ps", M_1to4 },
|
||||
{ "vpermt2pd", M_1to2 },
|
||||
|
||||
{ "vpermi2b", 0 },
|
||||
{ "vpermi2w", 0 },
|
||||
{ "vpermi2d", M_1to4 },
|
||||
{ "vpermi2q", M_1to2 },
|
||||
|
@ -2085,6 +2086,7 @@ public:
|
|||
void putMin()
|
||||
{
|
||||
#ifdef XBYAK64
|
||||
putClass();
|
||||
#endif
|
||||
}
|
||||
void putAVX512()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue