diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-10-11 09:34:51 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-10-11 09:34:51 +0900 |
commit | b597cc450bbc31499efe3b699af69a0cef696023 (patch) | |
tree | 3820e6051e8917413f9b87ba629bc907474e592d | |
parent | 6ac4d7af62c3eaf9d20d3a888f9d00bdc29e6e9e (diff) | |
download | xbyak-b597cc450bbc31499efe3b699af69a0cef696023.tar.gz xbyak-b597cc450bbc31499efe3b699af69a0cef696023.zip |
[doc] about v7.09.1
-rw-r--r-- | doc/changelog.md | 1 | ||||
-rw-r--r-- | readme.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md index 10f6a9d..af0f6aa 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # History +* 2024/Oct/10 ver 7.09.1 fix the names of vpcompressb and vpcompressw * 2024/Oct/08 ver 7.09 support YMM embedded rounding of AVX10.2 and fix some mnemonics with {sae}/{er}. * 2024/Oct/07 ver 7.08 support rdfsbase etc. * 2024/Aug/29 ver 7.07.1 adapt to NASM 2.16.03 output of xchg (The functionality stays the same.) @@ -404,6 +404,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から -----------------------------------------------------------------------------
◎履歴
+2024/10/10 ver 7.09.1 vpcompressbとvpcompresswの名前修正
2024/10/08 ver 7.09 AVX10.2のYMMレジスタの埋め込み丸め対応
2024/10/07 ver 7.08 rdfabaseなどサポート
2024/08/29 ver 7.07.1 xchgの仕様をnasm 2.16.03の挙動に合わせる。
|