diff options
author | MITSUNARI Shigeo <[email protected]> | 2020-09-08 15:35:12 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2020-09-08 15:37:41 +0900 |
commit | 9a4e6579743ce05f9b4497c681eb358466197184 (patch) | |
tree | 5601fb590bd16ecb07f80589483322543ca5cf7a /readme.txt | |
parent | d0ced1bcac896aaf251ab399fc546822ce6152c3 (diff) | |
download | xbyak-9a4e6579743ce05f9b4497c681eb358466197184.tar.gz xbyak-9a4e6579743ce05f9b4497c681eb358466197184.zip |
v5.97v5.97
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.96
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.97
-----------------------------------------------------------------------------
◎概要
@@ -379,6 +379,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から -----------------------------------------------------------------------------
◎履歴
+2020/09/08 ver 5.97 uint32などをuint32_tに置換
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)
|