diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-19 18:21:12 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-19 18:21:12 +0900 |
commit | 84fe3ab9d4d64c3e43414bf9c5a7d6281a33b65b (patch) | |
tree | da2998973eabafae033e063372a6903153908097 /readme.md | |
parent | 90fc0151c972b47100c039de28baa9894f033f0f (diff) | |
download | xbyak-84fe3ab9d4d64c3e43414bf9c5a7d6281a33b65b.tar.gz xbyak-84fe3ab9d4d64c3e43414bf9c5a7d6281a33b65b.zip |
update doc
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,7 @@ It is named from a Japanese word [開闢](https://translate.google.com/?hl=ja&sl - header file only - Intel/MASM like syntax - fully support AVX-512 - -- support APX +- support APX/AVX10 **Note**: Use `and_()`, `or_()`, ... instead of `and()`, `or()`. @@ -34,6 +33,7 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang. ### News +- support AVX10 detection, AESKLE, WIDE_KL, KEYLOCKER, KEYLOCKER_WIDE - support APX except for a few instructions - add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma - add movdiri, movdir64b, clwb, cldemote |