diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:46:31 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-06-27 16:46:31 +0900 |
commit | ef502b5b4cc6abfd02de90097b79de74425312ff (patch) | |
tree | 5dde617576865df092efb3d48fe14954237d5a3e /doc | |
parent | ba3db4730f2f9557559ec360152b71a7b57527c6 (diff) | |
download | xbyak-ef502b5b4cc6abfd02de90097b79de74425312ff.tar.gz xbyak-ef502b5b4cc6abfd02de90097b79de74425312ff.zip |
update doc
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 c147af5..acdccd8 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # History +* 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) * 2023/Feb/20 ver 6.69 util::Cpu supports AMD CPUs. support UINTR * 2022/Dec/07 ver 6.68 support prefetchit{0,1} |