diff options
author | MITSUNARI Shigeo <[email protected]> | 2020-08-28 14:42:37 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2020-08-28 14:42:37 +0900 |
commit | c306b8e5786eeeb87b8925a8af5c3bf057ff5a90 (patch) | |
tree | 1c66b972a992d1755a61730f8a5336aae5656f50 /readme.md | |
parent | 605e4224c4071676f8a0549999a4b3a5226ffd7a (diff) | |
download | xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.tar.gz xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.zip |
update to v5.95v5.96
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [![Build Status](https://travis-ci.org/herumi/xbyak.png)](https://travis-ci.org/herumi/xbyak) -# Xbyak 5.95 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ +# Xbyak 5.96 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ ## Abstract @@ -438,6 +438,7 @@ modified new BSD License http://opensource.org/licenses/BSD-3-Clause ## History +* 2020/Aug/28 ver 5.95 some constructors of register classes support constexpr if C++14 or later * 2020/Aug/04 ver 5.941 `CodeGenerator::reset()` calls `ClearError()`. * 2020/Jul/28 ver 5.94 remove #include <winsock2.h> (only windows) * 2020/Jul/21 ver 5.93 support exception-less mode |