diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-06-11 17:00:40 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-06-11 17:00:40 +0900 |
commit | b536ef6482376f3eb7105cbb461426e14219af3f (patch) | |
tree | c499e6e559e063b698fa80d40bd1ae00c4df2806 /readme.md | |
parent | e1e3a1369ed620cea8ba3fffa28760de5cd64b7a (diff) | |
download | xbyak-b536ef6482376f3eb7105cbb461426e14219af3f.tar.gz xbyak-b536ef6482376f3eb7105cbb461426e14219af3f.zip |
v7.07
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -# Xbyak 7.06 [![Badge Build]][Build Status] +# Xbyak 7.07 [![Badge Build]][Build Status] *A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)* @@ -33,6 +33,7 @@ If you want to use them, then specify `-fno-operator-names` option to gcc/clang. ### News +- support xresldtrk/xsusldtrk - support RAO-INT for APX - support AVX10 detection, AESKLE, WIDE_KL, KEYLOCKER, KEYLOCKER_WIDE - support APX except for a few instructions |