diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ -# Xbyak 6.73 [![Badge Build]][Build Status] +# Xbyak 7.00 [![Badge Build]][Build Status] *A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)* @@ -22,6 +22,7 @@ It is named from a Japanese word [開闢](https://translate.google.com/?hl=ja&sl - Intel/MASM like syntax - fully support AVX-512 +- support APX **Note**: Use `and_()`, `or_()`, ... instead of `and()`, `or()`. If you want to use them, then specify `-fno-operator-names` option to gcc/clang. @@ -32,6 +33,7 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang. ### News +- support APX except for a few instructions - add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma - add movdiri, movdir64b, clwb, cldemote - WAITPKG instructions (tpause, umonitor, umwait) are supported. |