diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-09-29 17:11:18 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-09-29 17:11:18 +0900 |
commit | ec1d6ef80b0b15b6762978d483aeb9c8ae793983 (patch) | |
tree | fd382a5ab9a8593fdc1e9d0eb9bada7f9f1f36ce /readme.txt | |
parent | 441287fc6bfda6628cd7ad062847028370ef1620 (diff) | |
download | xbyak-ec1d6ef80b0b15b6762978d483aeb9c8ae793983.tar.gz xbyak-ec1d6ef80b0b15b6762978d483aeb9c8ae793983.zip |
fix detection of ERR_INVALID_OPMASK_WITH_MEMORY
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 5.02
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.03
-----------------------------------------------------------------------------
◎概要
@@ -333,6 +333,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク� -----------------------------------------------------------------------------
◎履歴
+2016/09/29 ver 5.03 ERR_INVALID_OPMASK_WITH_MEMORYの判定ミス修正(thanks to PVS-Studio)
2016/08/15 ver 5.02 xbyak_bin2hex.hをincludeしない
2016/08/15 ver 5.011 gcc 5.4のバージョン取得ミスの修正
2016/08/03 ver 5.01 AVXの省略表記非サポート
|