aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2018-09-19 01:09:10 +0900
committerMITSUNARI Shigeo <[email protected]>2018-09-19 01:09:10 +0900
commitd35f4fb78150ad2c9e465cbd175d0982c3a30349 (patch)
treea363c2eb183d60ea6557f1bddb6a8df9d0bb9469 /readme.md
parent1de435ed04c8e74775804da944d176baf0ce56e2 (diff)
downloadxbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.tar.gz
xbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.zip
fix the encoding of vinsertps for disp8N
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 1604b06..0c622e8 100644
--- a/readme.md
+++ b/readme.md
@@ -392,6 +392,7 @@ modified new BSD License
http://opensource.org/licenses/BSD-3-Clause
## History
+* 2018/Sep/19 ver 5.72 fix the encoding of vinsertps for disp8N(Thanks to petercaday)
* 2018/Sep/04 ver 5.71 L() returns a new label instance
* 2018/Aug/27 ver 5.70 support setProtectMode() and DontUseProtect for read/exec setting
* 2018/Aug/24 ver 5.68 fix wrong VSIB encoding with vector index >= 16(thanks to petercaday)