mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
add tests of vfmadd with {er}
This commit is contained in:
parent
b57da14da0
commit
4babe05d8e
1 changed files with 2 additions and 0 deletions
|
@ -3390,6 +3390,8 @@ public:
|
|||
}
|
||||
}
|
||||
}
|
||||
put("vfmadd132pd", ZMM, ZMM, ZMM_ER);
|
||||
put("vfmadd132ps", ZMM, ZMM, ZMM_ER);
|
||||
}
|
||||
void put512_Y_XM()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue