diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-03-14 11:23:53 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-03-14 11:23:53 +0900 |
commit | e51947e470b9cd50ec3b008b9c2d21397d8d23ba (patch) | |
tree | 8e439322b94e0a70e0556c6a5f846ff65e941b68 | |
parent | 98b9793dca5cf2ece4d8a46e284dd6d8c0e72449 (diff) | |
download | xbyak-e51947e470b9cd50ec3b008b9c2d21397d8d23ba.tar.gz xbyak-e51947e470b9cd50ec3b008b9c2d21397d8d23ba.zip |
update historyv4.901
-rw-r--r-- | readme.md | 3 | ||||
-rw-r--r-- | readme.txt | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ -Xbyak 4.90 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ +Xbyak 4.901 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ ============= Abstract @@ -285,6 +285,7 @@ The header files under xbyak/ are independent of cybozulib. History ------------- +* 2016/May/14 ver 4.901 comment to ready() function(thanks to skmp) * 2016/Feb/04 ver 4.90 add jcc(const void *addr); * 2016/Jan/30 ver 4.89 vpblendvb supports ymm reg(thanks to John Funnell) * 2016/Jan/24 ver 4.88 lea, cmov supports 16-bit register(thanks to whyisthisfieldhere) @@ -1,5 +1,5 @@ - C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.90
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.901
-----------------------------------------------------------------------------
◎概要
@@ -301,6 +301,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク� -----------------------------------------------------------------------------
◎履歴
+2016/03/14 ver 4.90 ready()関数にコメント加筆(thanks to skmp)
2016/02/04 ver 4.90 条件分岐命令にjcc(const void *addr);のタイプを追加
2016/01/30 ver 4.89 vpblendvbがymmレジスタをサポートしていなかった(thanks to John Funnell)
2016/01/24 ver 4.88 lea, cmovの16bitレジスタ対応(thanks to whyisthisfieldhere)
|