diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-05-13 17:47:39 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-05-13 17:48:48 +0900 |
commit | 1a90f456c6438d4568ffd0d1657a408dfb68cf3a (patch) | |
tree | 9aaa4984a5d7cab09cdb6127a4dde3b58dbbb3b0 /readme.md | |
parent | 96cb1d660044ceae3c6a69267afadd44c8578188 (diff) | |
download | xbyak-1a90f456c6438d4568ffd0d1657a408dfb68cf3a.tar.gz xbyak-1a90f456c6438d4568ffd0d1657a408dfb68cf3a.zip |
v6.051v6.051
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ -# Xbyak 6.05 [![Badge Build]][Build Status] +# Xbyak 6.051 [![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 movdiri, movdir64b, clwb, cldemote - WAITPKG instructions (tpause, umonitor, umwait) are supported. - MmapAllocator supports memfd with user-defined strings. see sample/memfd.cpp - strictly check address offset disp32 in a signed 32-bit integer. e.g., `ptr[(void*)0xffffffff]` causes an error. |