diff options
author | MITSUNARI Shigeo <[email protected]> | 2024-08-29 09:52:41 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2024-08-29 09:53:52 +0900 |
commit | fd77bc7e00d2af3ad119c98f4d7829632dd9a894 (patch) | |
tree | e95abba0bcb3771408e9539b7f1b6be7a773c202 /doc | |
parent | 38e5e7b93197de8a73f053cd4bb7acb865e5040b (diff) | |
download | xbyak-fd77bc7e00d2af3ad119c98f4d7829632dd9a894.tar.gz xbyak-fd77bc7e00d2af3ad119c98f4d7829632dd9a894.zip |
v7.07.1
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 b67be4f..7b390a8 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -1,5 +1,6 @@ # History +* 2024/Aug/29 ver 7.07.1 adapt to NASM 2.16.03 output of xchg (The functionality stays the same.) * 2024/Jun/11 ver 7.07 support xresldtrk/xsusldtrk * 2024/Mar/07 ver 7.06 Xbyak::util::Cpu supports AMD processor * 2024/Feb/11 ver 7.05.1 fix extractBit() in util::Cpu and align() for autoGrow mode |