aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2020-01-03 22:13:37 +0900
committerMITSUNARI Shigeo <[email protected]>2020-01-03 22:13:37 +0900
commit508b543cb8d984f6b4b4ade79102d82aa5c3d5a5 (patch)
tree3c5ab3d0a35afcf4a010f0a5ae8eb8878f91bbf2 /readme.md
parent0d54f1b182ae71f5981c64a7eafc34cb6a6e4a3d (diff)
downloadxbyak-508b543cb8d984f6b4b4ade79102d82aa5c3d5a5.tar.gz
xbyak-508b543cb8d984f6b4b4ade79102d82aa5c3d5a5.zip
fix error of vfpclasspd
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 f1d26d3..8f09687 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-# Xbyak 5.88 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+# Xbyak 5.89 ; 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
+* 2020/Jan/03 ver 5.89 fix error of vfpclasspd
* 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)