aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-10-15 14:14:19 +0900
committerMITSUNARI Shigeo <[email protected]>2024-10-15 14:14:19 +0900
commitc08b1d3cc4ed553c8ce764452b547a19a7ad52e6 (patch)
treec4c3ecb44e485e783163f26186f9afa30133dc0c /doc
parent8f2e151b17f571f643e901678948d6533cded38b (diff)
downloadxbyak-c08b1d3cc4ed553c8ce764452b547a19a7ad52e6.tar.gz
xbyak-c08b1d3cc4ed553c8ce764452b547a19a7ad52e6.zip
[doc] Revised and improved the English text.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md2
-rw-r--r--doc/usage.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 1461f6e..e726488 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,6 +1,6 @@
# History
-* 2024/Oct/15 ver 7.20 Fixed the specification of setDefaultEncoding, setDefaultEncodingAVX10./
+* 2024/Oct/15 ver 7.20 Fixed the specification of setDefaultEncoding, setDefaultEncodingAVX10.
* 2024/Oct/15 ver 7.11 Added full support for AVX10.2
* 2024/Oct/13 ver 7.10 support AVX10 integer and fp16 vnni, media new instructions. setDefaultEncoding is extended.
* 2024/Oct/10 ver 7.09.1 fix the names of vpcompressb and vpcompressw
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.