diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:06:06 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:06:06 +0900 |
commit | df0ebc7405004f9500401d5e7afae82ce2d8efd2 (patch) | |
tree | 3f79aac28aec3c2937bed69a12f271719fbfdb47 /readme.md | |
parent | 1ec2adbbb88cc6bc599604cb5b0913f73303144e (diff) | |
download | xbyak-df0ebc7405004f9500401d5e7afae82ce2d8efd2.tar.gz xbyak-df0ebc7405004f9500401d5e7afae82ce2d8efd2.zip |
v7.00v7.00
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. |