aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-04-05 15:21:57 +0900
committerMITSUNARI Shigeo <[email protected]>2022-04-05 15:21:57 +0900
commitdbd96b277e858a5e42af86accc4d7ca6c343da84 (patch)
treec20ef9e16079a249858c2548cee9bf82ca7b584a
parent898c354e67313b194efe3a66e0f502ed4dac35ed (diff)
downloadxbyak-dbd96b277e858a5e42af86accc4d7ca6c343da84.tar.gz
xbyak-dbd96b277e858a5e42af86accc4d7ca6c343da84.zip
add news
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f3f5161..415bf60 100644
--- a/readme.md
+++ b/readme.md
@@ -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.