aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2013-01-06 07:53:31 +0900
committerMITSUNARI Shigeo <[email protected]>2013-01-06 07:53:31 +0900
commit129394c6c00e373a5b0bc2eb80e9c86cb2b66c82 (patch)
treeabc04ec853a74ce26e4f45a651ad30bb89e99cac /readme.txt
parent583e3f50b07da2413a288861f670094c5883efcc (diff)
downloadxbyak-129394c6c00e373a5b0bc2eb80e9c86cb2b66c82.tar.gz
xbyak-129394c6c00e373a5b0bc2eb80e9c86cb2b66c82.zip
support unordered_map if possible
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 a0f42fc..34ab961 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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にも定義