aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2024-01-03 20:10:28 +0900
committerMITSUNARI Shigeo <[email protected]>2024-01-03 20:10:28 +0900
commit66f22b7a4ee860b2a78863f87f155c001eff9238 (patch)
tree7e83327ed540894ef8abcac5a6cc5b5da77fb2bb
parent13ee4e19f1f2986fca01095be6964318a744abe8 (diff)
downloadxbyak-66f22b7a4ee860b2a78863f87f155c001eff9238.tar.gz
xbyak-66f22b7a4ee860b2a78863f87f155c001eff9238.zip
update doc
-rw-r--r--doc/changelog.md1
-rw-r--r--readme.md1
-rw-r--r--readme.txt1
3 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index 401bfb8..027757b 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,5 +1,6 @@
# History
+* 2024/Jan/03 ver 7.05 support RAO-INT for APX
* 2023/Dec/28 ver 7.04 rex2 supports two-byte opecode
* 2023/Dec/26 ver 7.03 set the default value of dfv to 0
* 2023/Dec/20 ver 7.02 SHA* support APX
diff --git a/readme.md b/readme.md
index b7b6fc8..4d85c59 100644
--- a/readme.md
+++ b/readme.md
@@ -33,6 +33,7 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang.
### News
+- support RAO-INT for APX
- support AVX10 detection, AESKLE, WIDE_KL, KEYLOCKER, KEYLOCKER_WIDE
- support APX except for a few instructions
- add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma
diff --git a/readme.txt b/readme.txt
index 507cce4..cb51565 100644
--- a/readme.txt
+++ b/readme.txt
@@ -404,6 +404,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から
-----------------------------------------------------------------------------
◎履歴
+2024/01/03 ver 7.05 APX対応RAO-INT
2023/12/28 ver 7.04 2バイトオペコードのrex2対応
2023/12/26 ver 7.03 dfvのデフォルト値を0に設定
2023/12/20 ver 7.02 SHA*のAPX対応