aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-11-27 10:11:06 +0900
committerMITSUNARI Shigeo <[email protected]>2016-11-27 10:11:06 +0900
commit37819805933b97c82066df273d4113e4fabddbef (patch)
treef7e424623b8ea7a7af0af83f1029bf38ffaa8005 /readme.md
parentcc7fa5086f5a2b2bdfc69417a8484982a70bebbe (diff)
downloadxbyak-37819805933b97c82066df273d4113e4fabddbef.tar.gz
xbyak-37819805933b97c82066df273d4113e4fabddbef.zip
rename AVX512_4VNNI to tAVX512_4VNNIWv5.31
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 2831869..1f50539 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-Xbyak 5.30 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+Xbyak 5.31 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
=============
Abstract
@@ -323,6 +323,7 @@ The header files under xbyak/ are independent of cybozulib.
History
-------------
+* 2016/Nov/27 ver 5.31 rename AVX512_4VNNI to AVX512_4VNNIW
* 2016/Nov/27 ver 5.30 add AVX512_4VNNI, AVX512_4FMAPS instructions(thanks to rsdubtso)
* 2016/Nov/26 ver 5.20 add detection of AVX512_4VNNI and AVX512_4FMAPS(thanks to rsdubtso)
* 2016/Nov/20 ver 5.11 lost vptest for ymm(thanks to gregory38)