diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-13 15:45:43 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-13 15:45:43 +0900 |
commit | 08f71cee951cfdda6b056165e0491b686a2b05bf (patch) | |
tree | db56f88a024a90ef86257205ad59f6723fdff631 /doc | |
parent | f6c66cf6b81f7a063a930cdfc0a62c68e6e2d0fc (diff) | |
download | xbyak-08f71cee951cfdda6b056165e0491b686a2b05bf.tar.gz xbyak-08f71cee951cfdda6b056165e0491b686a2b05bf.zip |
vpdpw[su,us,uu]d[,s] support avx10.2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.md b/doc/usage.md index 9398755..5b25513 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -136,7 +136,7 @@ param|vnniEnc|avx10Enc EvexEncoding|AVX512-VNNI|AVX10.2 VexEncoding|AVX-VNNI|AVX-VNNI-INT8 default|EvexEncoding|VexEncoding -mnemonic|vpdpbusd, vpdpbusds, vpdpwssd, vpdpwssds|vmpsadbw, vpdpbssd, vpdpbssds, vpdpbsud, vpdpbsuds, vpdpbuud, vpdpbuuds +mnemonic|vpdpbusd, vpdpbusds, vpdpwssd, vpdpwssds|vmpsadbw, vpdpbssd, vpdpbssds, vpdpbsud, vpdpbsuds, vpdpbuud, vpdpbuuds, vpdpwsud vpdpwsuds vpdpwusd vpdpwusds vpdpwuud, vpdpwuuds ### Remark * `k1`, ..., `k7` are opmask registers. |