diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-07-26 09:36:12 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-07-26 09:36:12 +0900 |
commit | 85767e9520f64e501fc53636153d0a112450a332 (patch) | |
tree | 17859cdbce611185aeddbd928ff4f05770374377 /readme.md | |
parent | 59573e6e7a6e0e5a45fd1e5fc46187766b292b35 (diff) | |
download | xbyak-85767e9520f64e501fc53636153d0a112450a332.tar.gz xbyak-85767e9520f64e501fc53636153d0a112450a332.zip |
support mingw64v5.661
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -Xbyak 5.66 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ +Xbyak 5.661 ; 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 ------------- +* 2018/Jul/26 ver 5.661 support mingw64 * 2018/Jul/24 ver 5.66 add CodeArray::PROTECT_RE to mode of protect() * 2018/Jun/26 ver 5.65 fix push(qword [mem]) * 2018/Mar/07 ver 5.64 fix zero division in Cpu() on some cpu |