diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-04-05 15:21:57 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-04-05 15:21:57 +0900 |
commit | dbd96b277e858a5e42af86accc4d7ca6c343da84 (patch) | |
tree | c20ef9e16079a249858c2548cee9bf82ca7b584a | |
parent | 898c354e67313b194efe3a66e0f502ed4dac35ed (diff) | |
download | xbyak-dbd96b277e858a5e42af86accc4d7ca6c343da84.tar.gz xbyak-dbd96b277e858a5e42af86accc4d7ca6c343da84.zip |
add news
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Use `and_()`, `or_()`, ... instead of `and()`, `or()`. If you want to use them, then specify `-fno-operator-names` option to gcc/clang. ### News +- 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. - define `XBYAK_OLD_DISP_CHECK` if you need an old check, but the option will be remoevd. |