aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-04 15:22:47 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-04 15:22:47 +0900
commit11b9c4dc0b1bf0f7c1529238f79835dd01f7f1f3 (patch)
treeddfbd55ee879b5ea59dc20a870d5de90595a25cf /doc
parent459636196c8c748c68604ce904fadd9e100b9a62 (diff)
downloadxbyak-11b9c4dc0b1bf0f7c1529238f79835dd01f7f1f3.tar.gz
xbyak-11b9c4dc0b1bf0f7c1529238f79835dd01f7f1f3.zip
v6.64
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 484b6bd..67630f8 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,7 +1,8 @@
# History
-* 2022/Oct/06 vpmadd52{h,l}uq support AVX-IFMA
-* 2022/Oct/05 support amx_fp16/avx_vnni_int8/avx_ne_convert and add setDefaultEncoding()
+* 2022/Nov/04 ver 6.64 some vmov* support addressing with mask
+* 2022/Oct/06 ver 6.63 vpmadd52{h,l}uq support AVX-IFMA
+* 2022/Oct/05 ver 6.63 support amx_fp16/avx_vnni_int8/avx_ne_convert and add setDefaultEncoding()
* 2022/Aug/15 ver 6.62 add serialize instruction
* 2022/Aug/02 ver 6.61.1 noexcept is supported by Visual Studio 2015 or later
* 2022/Jul/29 ver 6.61 fix exception of movzx eax, ah in 64-bit mode