diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-09-19 01:09:10 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-09-19 01:09:10 +0900 |
commit | d35f4fb78150ad2c9e465cbd175d0982c3a30349 (patch) | |
tree | a363c2eb183d60ea6557f1bddb6a8df9d0bb9469 /readme.md | |
parent | 1de435ed04c8e74775804da944d176baf0ce56e2 (diff) | |
download | xbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.tar.gz xbyak-d35f4fb78150ad2c9e465cbd175d0982c3a30349.zip |
fix the encoding of vinsertps for disp8N
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |