aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-05-14 20:40:01 +0900
committerMITSUNARI Shigeo <[email protected]>2017-05-14 20:40:01 +0900
commit7bb1f146e17ad057790a039a60ef86d4992c0617 (patch)
treeeb8701d61b8829bfead79f8af9b52d58a1871c62 /readme.txt
parent69ce4395094e99f9cd44deafbcd82b4d78c5940b (diff)
downloadxbyak-7bb1f146e17ad057790a039a60ef86d4992c0617.tar.gz
xbyak-7bb1f146e17ad057790a039a60ef86d4992c0617.zip
fix CodeGenerator::resetSize()v5.43
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 b88cf0b..507d615 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
- C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.42
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.43
-----------------------------------------------------------------------------
◎概要
@@ -343,6 +343,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク�
-----------------------------------------------------------------------------
◎履歴
+2017/05/14 ver 5.43 CodeGenerator::resetSize()修正(thanks to gibbed)
2017/05/13 ver 5.42 movs{b,w,d,q}追加
2017/01/26 ver 5.41 prefetcwt1追加とscale == 0対応(thanks to rsdubtso)
2016/12/14 ver 5.40 Labelが示すアドレスを取得するLabel::getAddress()追加