diff options
author | MITSUNARI Shigeo <[email protected]> | 2020-08-28 14:42:37 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2020-08-28 14:42:37 +0900 |
commit | c306b8e5786eeeb87b8925a8af5c3bf057ff5a90 (patch) | |
tree | 1c66b972a992d1755a61730f8a5336aae5656f50 /readme.txt | |
parent | 605e4224c4071676f8a0549999a4b3a5226ffd7a (diff) | |
download | xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.tar.gz xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.zip |
update to v5.95v5.96
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 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 例外なしモード追加
|