diff options
author | MITSUNARI Shigeo <[email protected]> | 2019-05-24 15:08:19 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2019-05-26 17:34:58 +0900 |
commit | 4cfd520878a1d14acde5441629fe3f705d5470ca (patch) | |
tree | 4cc65c40ecebe6cac7844cc945c4fd317e8c8bf6 /readme.md | |
parent | 4033564c6f006f3fb520dff1d35e32d4144e6d7a (diff) | |
download | xbyak-4cfd520878a1d14acde5441629fe3f705d5470ca.tar.gz xbyak-4cfd520878a1d14acde5441629fe3f705d5470ca.zip |
add avx512_bf16v5.80
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |