aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-02-04 09:51:45 +0900
committerMITSUNARI Shigeo <[email protected]>2016-02-04 09:51:45 +0900
commitf22698ad7a37ae4e8d603cd65b0c4aaecefe582c (patch)
tree036caf2098f6a542dcb0895072909e057adce805 /readme.txt
parent905afe507fdd86aeeadd66489bdaa2905ee78b44 (diff)
downloadxbyak-f22698ad7a37ae4e8d603cd65b0c4aaecefe582c.tar.gz
xbyak-f22698ad7a37ae4e8d603cd65b0c4aaecefe582c.zip
add jcc(const void*addr);
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 8cd2e64..2af4d2f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
- C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.89
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.90
-----------------------------------------------------------------------------
◎概要
@@ -301,6 +301,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク�
-----------------------------------------------------------------------------
◎履歴
+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)
2015/08/16 ver 4.87 セグメントセレクタに対応