aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2020-08-28 14:42:37 +0900
committerMITSUNARI Shigeo <[email protected]>2020-08-28 14:42:37 +0900
commitc306b8e5786eeeb87b8925a8af5c3bf057ff5a90 (patch)
tree1c66b972a992d1755a61730f8a5336aae5656f50 /readme.txt
parent605e4224c4071676f8a0549999a4b3a5226ffd7a (diff)
downloadxbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.tar.gz
xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.zip
update to v5.95v5.96
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index bd815a4..bb66d57 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
- C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.95
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.96
-----------------------------------------------------------------------------
◎概要
@@ -379,6 +379,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から
-----------------------------------------------------------------------------
◎履歴
+2020/08/28 ver 5.95 レジスタクラスのコンストラクタがconstexprに対応(C++14以降)
2020/08/04 ver 5.941 `CodeGenerator::reset()`が`ClearError()`を呼ぶように変更
2020/07/28 ver 5.94 #include <winsock2.h>の削除 (only windows)
2020/07/21 ver 5.93 例外なしモード追加