diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-03-07 17:18:54 +0900 |
commit | fc183427e852a70fb98add1ba640020a53034bb0 (patch) | |
tree | 1d60242311a54998ac5fe10df7de1ab128247e07 /readme.txt | |
parent | 487a6d14c59e7601901eae2ae49ebb6ba22ef672 (diff) | |
download | xbyak-fc183427e852a70fb98add1ba640020a53034bb0.tar.gz xbyak-fc183427e852a70fb98add1ba640020a53034bb0.zip |
v7.06v7.06
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ - C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 7.05.1
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 7.06
-----------------------------------------------------------------------------
◎概要
@@ -404,6 +404,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から -----------------------------------------------------------------------------
◎履歴
+2024/03/07 ver 7.06 util::Cpuのキャッシュ判定周りがAMD CPU対応
2024/02/11 ver 7.05.1 util::CpuのextractBit()とautoGrowモードでのalign()の修正
2024/01/03 ver 7.05 APX対応RAO-INT
2023/12/28 ver 7.04 2バイトオペコードのrex2対応
|