aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2019-12-20 06:09:10 +0900
committerMITSUNARI Shigeo <[email protected]>2019-12-20 06:09:10 +0900
commit0d54f1b182ae71f5981c64a7eafc34cb6a6e4a3d (patch)
tree1118794a74d0b56613873b97227da15e62939099 /readme.md
parent4da8fd4e6db8827b9cd66763a04e1cb26bcbc57c (diff)
downloadxbyak-0d54f1b182ae71f5981c64a7eafc34cb6a6e4a3d.tar.gz
xbyak-0d54f1b182ae71f5981c64a7eafc34cb6a6e4a3d.zip
fix for windowsv5.88
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 5f5820d..f1d26d3 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-# Xbyak 5.87 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+# Xbyak 5.88 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
## Abstract
@@ -422,6 +422,7 @@ modified new BSD License
http://opensource.org/licenses/BSD-3-Clause
## History
+* 2019/Dec/20 ver 5.88 fix compile error on Windows
* 2019/Dec/19 ver 5.87 add setDefaultJmpNEAR(), which deals with `jmp` of an undefined label as T_NEAR if no type is specified.
* 2019/Dec/13 ver 5.86 [changed] revert to the behavior before v5.84 if -fno-operator-names is defined (and() is available)
* 2019/Dec/07 ver 5.85 append MAP_JIT flag to mmap for macOS mojave or later