aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2017-08-22 15:53:34 +0900
committerMITSUNARI Shigeo <[email protected]>2017-08-22 15:53:46 +0900
commite4fc9d8a9291f69ed4b49ab51297c5b06d0deecb (patch)
treee1141425dbd12b866eb2d889e2e6e83962e7c1e8 /readme.md
parentd0b2fb623e2f9744a6f19fec7a2f51a8e908ea65 (diff)
downloadxbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.tar.gz
xbyak-e4fc9d8a9291f69ed4b49ab51297c5b06d0deecb.zip
fix mpx encodingv5.53
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 4f5adf0..b00ad5b 100644
--- a/readme.md
+++ b/readme.md
@@ -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)