diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:43 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-11-11 16:03:43 +0900 |
commit | 4e44f4614ddbf038f2a6296f5b906d5c72691e0f (patch) | |
tree | b25625180accb6ca28387f9f5087346f7144d78e /doc | |
parent | 2c02730b822d461aa2010f5b9cec6a8595243866 (diff) | |
parent | 2d6794ca7bcd9d6dec4fbd365ed3a20a594dc041 (diff) | |
download | xbyak-4e44f4614ddbf038f2a6296f5b906d5c72691e0f.tar.gz xbyak-4e44f4614ddbf038f2a6296f5b906d5c72691e0f.zip |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md index 4406559..3a7fb85 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # History +* 2024/Nov/11 ver 7.22 add Reg::cvt{128,256,512}(). tested by xed 2024.11.04 * 2024/Oct/31 ver 7.21 Enhance XMM register validation in SSE instructions * 2024/Oct/17 ver 7.20.1 Updated to comply with AVX10.2 specification rev 2.0 * 2024/Oct/15 ver 7.20 Fixed the specification of setDefaultEncoding, setDefaultEncodingAVX10. |