aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2019-05-24 15:08:19 +0900
committerMITSUNARI Shigeo <[email protected]>2019-05-26 17:34:58 +0900
commit4cfd520878a1d14acde5441629fe3f705d5470ca (patch)
tree4cc65c40ecebe6cac7844cc945c4fd317e8c8bf6 /readme.md
parent4033564c6f006f3fb520dff1d35e32d4144e6d7a (diff)
downloadxbyak-4cfd520878a1d14acde5441629fe3f705d5470ca.tar.gz
xbyak-4cfd520878a1d14acde5441629fe3f705d5470ca.zip
add avx512_bf16v5.80
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 9c5f2a6..7449d22 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-# Xbyak 5.79 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+# Xbyak 5.80 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
## Abstract
@@ -392,6 +392,7 @@ modified new BSD License
http://opensource.org/licenses/BSD-3-Clause
## History
+* 2019/May/26 ver 5.80 support vcvtne2ps2bf16, vcvtneps2bf16, vdpbf16ps
* 2019/Apr/27 ver 5.79 vcmppd/vcmpps supports ptr_b(thanks to jkopinsky)
* 2019/Apr/15 ver 5.78 rewrite Reg::changeBit() (thanks to MerryMage)
* 2019/Mar/06 ver 5.77 fix number of cores that share LLC cache by densamoilov