aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-03-14 11:23:53 +0900
committerMITSUNARI Shigeo <[email protected]>2016-03-14 11:23:53 +0900
commite51947e470b9cd50ec3b008b9c2d21397d8d23ba (patch)
tree8e439322b94e0a70e0556c6a5f846ff65e941b68
parent98b9793dca5cf2ece4d8a46e284dd6d8c0e72449 (diff)
downloadxbyak-4.901.tar.gz
xbyak-4.901.zip
update historyv4.901
-rw-r--r--readme.md3
-rw-r--r--readme.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 1a08caf..4c01c3c 100644
--- a/readme.md
+++ b/readme.md
@@ -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)
diff --git a/readme.txt b/readme.txt
index 2af4d2f..fb569c9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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)