aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2021-06-06 14:21:57 +0900
committerMITSUNARI Shigeo <[email protected]>2021-06-06 14:21:57 +0900
commit6f4f768901b3c521bb694c646616f6c774866e6e (patch)
tree730cdb04c751920aabbd3c143cb196d7524333b8 /readme.md
parent19043cb9acc660f53b08e700d4032af5ebcb0986 (diff)
downloadxbyak-6f4f768901b3c521bb694c646616f6c774866e6e.tar.gz
xbyak-6f4f768901b3c521bb694c646616f6c774866e6e.zip
v5.993v5.993
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 a67e8e9..d0587b6 100644
--- a/readme.md
+++ b/readme.md
@@ -1,6 +1,6 @@
[![Build Status](https://github.com/herumi/xbyak/actions/workflows/main.yml/badge.svg)](https://github.com/herumi/xbyak/actions/workflows/main.yml)
-# Xbyak 5.992 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+# Xbyak 5.993 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
## Abstract
@@ -446,6 +446,7 @@ modified new BSD License
http://opensource.org/licenses/BSD-3-Clause
## History
+* 2021/Jun/06 ver 5.993 strict check of gather/scatter register combination
* 2021/May/09 ver 5.992 support endbr32 and endbr64
* 2020/Nov/16 ver 5.991 disable constexpr for gcc-5 with -std=c++-14
* 2020/Oct/19 ver 5.99 support VNNI instructions(Thanks to akharito)