diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-08-22 15:53:34 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-08-22 15:53:46 +0900 |
commit | e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb (patch) | |
tree | e1141425dbd12b866eb2d889e2e6e83962e7c1e8 /readme.md | |
parent | d0b2fb623e2f9744a6f19fec7a2f51a8e908ea65 (diff) | |
download | xbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.tar.gz xbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.zip |
fix mpx encodingv5.53
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -Xbyak 5.52 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ +Xbyak 5.53 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ ============= Abstract @@ -333,6 +333,7 @@ The header files under xbyak/ are independent of cybozulib. History ------------- +* 2017/Aug/22 ver 5.53 fix mpx encoding, add bnd() prefix * 2017/Aug/18 ver 5.52 fix align (thanks to MerryMage) * 2017/Aug/17 ver 5.51 add multi-byte nop and align() uses it(thanks to inolen) * 2017/Aug/08 ver 5.50 add mpx(thanks to magurosan) |