diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-07-29 06:04:06 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-07-29 06:04:06 +0900 |
commit | 8623616e0bec7019dbb78b284756704c81600754 (patch) | |
tree | ac0817e919a7a467b377eefc24225a6cfe64fd3a /readme.txt | |
parent | 1b911598d500a9a1e796f5c5e042cbcc39306793 (diff) | |
download | xbyak-8623616e0bec7019dbb78b284756704c81600754.tar.gz xbyak-8623616e0bec7019dbb78b284756704c81600754.zip |
v6.61
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 6.60.2
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 6.61
-----------------------------------------------------------------------------
◎概要
@@ -400,6 +400,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から -----------------------------------------------------------------------------
◎履歴
+2022/07/29 ver 6.61 movzx eax, ahがエラーになるのを修正
2022/06/16 ver 6.60.2 GFNI, VAES, VPCLMULQDQの判定修正
2022/06/15 ver 6.60.1 Visual Studio /O0でXbyak::util::Cpuがリンクエラーになるのに対応
2022/06/06 ver 6.60 バージョンのつけ方を数値が戻らないように変更
|