diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-06-06 14:21:57 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-06-06 14:21:57 +0900 |
commit | 6f4f768901b3c521bb694c646616f6c774866e6e (patch) | |
tree | 730cdb04c751920aabbd3c143cb196d7524333b8 /readme.md | |
parent | 19043cb9acc660f53b08e700d4032af5ebcb0986 (diff) | |
download | xbyak-6f4f768901b3c521bb694c646616f6c774866e6e.tar.gz xbyak-6f4f768901b3c521bb694c646616f6c774866e6e.zip |
v5.993v5.993
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://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) |