aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2020-08-28 14:42:37 +0900
committerMITSUNARI Shigeo <[email protected]>2020-08-28 14:42:37 +0900
commitc306b8e5786eeeb87b8925a8af5c3bf057ff5a90 (patch)
tree1c66b972a992d1755a61730f8a5336aae5656f50 /readme.md
parent605e4224c4071676f8a0549999a4b3a5226ffd7a (diff)
downloadxbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.tar.gz
xbyak-c306b8e5786eeeb87b8925a8af5c3bf057ff5a90.zip
update to v5.95v5.96
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 02261af..c30d927 100644
--- a/readme.md
+++ b/readme.md
@@ -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