diff options
author | MITSUNARI Shigeo <[email protected]> | 2015-10-05 11:38:47 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2015-10-05 11:38:47 +0900 |
commit | 7ba56efc538dd3020816c0a60ac535b3ea7d8543 (patch) | |
tree | f3dea5fdac0ece46954c4ed54fb64792489d7a34 | |
parent | 6c3bec633afaf6bc21fb61498ce522c513462e94 (diff) | |
download | xbyak-4.87.tar.gz xbyak-4.87.zip |
update docv4.87
-rw-r--r-- | readme.md | 1 | ||||
-rw-r--r-- | readme.txt | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -285,6 +285,7 @@ The header files under xbyak/ are independent of cybozulib. History ------------- +* 2015/Oct/05 ver 4.87 support segment selectors * 2015/Aug/18 ver 4.86 fix [rip + label] addressing with immediate value(thanks to whyisthisfieldhere) * 2015/Aug/10 ver 4.85 Address::operator==() is not correct(thanks to inolen) * 2015/Jun/22 ver 4.84 call() support variadic template if available(thanks to randomstuff) @@ -1,5 +1,5 @@ - C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.86
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.87
-----------------------------------------------------------------------------
◎概要
@@ -301,6 +301,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク� -----------------------------------------------------------------------------
◎履歴
+2015/08/16 ver 4.87 セグメントセレクタに対応
2015/08/16 ver 4.86 [rip + label]アドレッシングで即値を使うと壊れる(thanks to whyisthisfieldhere)
2015/08/10 ver 4.85 Address::operator==()が間違っている(thanks to inolen)
2015/07/22 ver 4.84 call()がvariadic template対応
|