diff options
author | MITSUNARI Shigeo <[email protected]> | 2013-01-06 07:53:31 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2013-01-06 07:53:31 +0900 |
commit | 129394c6c00e373a5b0bc2eb80e9c86cb2b66c82 (patch) | |
tree | abc04ec853a74ce26e4f45a651ad30bb89e99cac /readme.txt | |
parent | 583e3f50b07da2413a288861f670094c5883efcc (diff) | |
download | xbyak-129394c6c00e373a5b0bc2eb80e9c86cb2b66c82.tar.gz xbyak-129394c6c00e373a5b0bc2eb80e9c86cb2b66c82.zip |
support unordered_map if possible
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ - C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak version 3.72
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak version 3.73
-----------------------------------------------------------------------------
◎概要
@@ -244,6 +244,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から -----------------------------------------------------------------------------
◎履歴
+2013/01/06 ver 3.73 可能ならunordered_mapを使う
2012/12/04 ver 3.72 eaxなどをCodeGeneratorのメンバ変数に戻す. Xbyak::util::eaxはstatic const変数
2012/11/17 ver 3.71 and_(), or_(), xor_(), not_()をXBYAK_NO_OP_NAMESが定義されていないときでも使えるようにした
2012/11/17 CodeGeneratorのeax, ecx, ptrなどのメンバ変数をstaticにし,const参照をXbyak::utilにも定義
|