aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-09-29 17:11:18 +0900
committerMITSUNARI Shigeo <[email protected]>2016-09-29 17:11:18 +0900
commitec1d6ef80b0b15b6762978d483aeb9c8ae793983 (patch)
treefd382a5ab9a8593fdc1e9d0eb9bada7f9f1f36ce /readme.txt
parent441287fc6bfda6628cd7ad062847028370ef1620 (diff)
downloadxbyak-ec1d6ef80b0b15b6762978d483aeb9c8ae793983.tar.gz
xbyak-ec1d6ef80b0b15b6762978d483aeb9c8ae793983.zip
fix detection of ERR_INVALID_OPMASK_WITH_MEMORY
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 753c388..29db30d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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の省略表記非サポート