diff options
Diffstat (limited to 'doc/usage.md')
-rw-r--r-- | doc/usage.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md index dcb3e10..b8073ce 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -148,6 +148,8 @@ feature|AVX-VNNI-INT8, AVX512-FP16|AVX10.2 - Target functions: vmpsadbw, vpdpbssd, vpdpbssds, vpdpbsud, vpdpbsuds, vpdpbuud, vpdpbuuds, vpdpwsud vpdpwsuds vpdpwusd vpdpwusds vpdpwuud, vpdpwuuds, vmovd, vmovw - Remark: vmovd and vmovw several kinds of encoding such as AVX/AVX512F/AVX512-FP16/AVX10.2. +At first, I attempted to use EvexEncoding (resp. VexEncoding) instead of AVX10v2Encoding (resp. EvexEncoding) for `setDefaultEncodingAVX10`. +But I abandoned this idea when I found that `vmovd` and `vmovw` had different EVEX encodings in AVX512 and AVX10.2 ### Remark * `k1`, ..., `k7` are opmask registers. |