diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:34:46 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-07-27 12:34:46 +0900 |
commit | 8980934c119bac6a20d784d0192e0759b1e63328 (patch) | |
tree | 807584759ad23942907ce3f28a6e64e0238c7291 /doc | |
parent | 76292b310b4ae665dc6cd6a674797ad1a5e1a2bf (diff) | |
download | xbyak-8980934c119bac6a20d784d0192e0759b1e63328.tar.gz xbyak-8980934c119bac6a20d784d0192e0759b1e63328.zip |
v6.71
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.md b/doc/changelog.md index 20e6e09..0045b7c 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # History +* 2023/Jul/27 ver 6.71 Allocator supports huge page * 2023/Jul/05 ver 6.70 add alias of vclmulqdq, correct alias of pclmulqdq * 2023/Jun/27 ver 6.69.2 add constexpr to `TypeT operator|` (thanks to Wunkolo) * 2023/Mar/23 ver 6.69.1 add detection of xsave (thanks to Wunkolo) |