diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-10-07 10:41:59 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-10-07 10:41:59 +0900 |
commit | 20b2b1eae1acc5d2443bc76e547d2b125b12299f (patch) | |
tree | ca4116c6b6ee2d68c62442e5f007a1463f8c2e14 /readme.md | |
parent | 3706869f8fdff083ac4ef5058cde01c043fb1471 (diff) | |
download | xbyak-20b2b1eae1acc5d2443bc76e547d2b125b12299f.tar.gz xbyak-20b2b1eae1acc5d2443bc76e547d2b125b12299f.zip |
v6.63
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -# Xbyak 6.62 [![Badge Build]][Build Status] +# Xbyak 6.63 [![Badge Build]][Build Status] *A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)* @@ -28,6 +28,7 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang. ### News +- add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma - add movdiri, movdir64b, clwb, cldemote - WAITPKG instructions (tpause, umonitor, umwait) are supported. - MmapAllocator supports memfd with user-defined strings. see sample/memfd.cpp |