diff options
author | MITSUNARI Shigeo <[email protected]> | 2020-01-03 22:13:37 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2020-01-03 22:13:37 +0900 |
commit | 508b543cb8d984f6b4b4ade79102d82aa5c3d5a5 (patch) | |
tree | 3c5ab3d0a35afcf4a010f0a5ae8eb8878f91bbf2 /readme.md | |
parent | 0d54f1b182ae71f5981c64a7eafc34cb6a6e4a3d (diff) | |
download | xbyak-508b543cb8d984f6b4b4ade79102d82aa5c3d5a5.tar.gz xbyak-508b543cb8d984f6b4b4ade79102d82aa5c3d5a5.zip |
fix error of vfpclasspd
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |