aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-06-16 09:42:27 +0900
committerMITSUNARI Shigeo <[email protected]>2022-06-16 09:42:27 +0900
commit913c798ff86e38ead34c80854f55fc58107921d3 (patch)
tree1b42241d0c5197e0e99d7b06bbe6f2108203fee6
parent8f6dee3195f0008ddc2171e9e89e668521482cea (diff)
downloadxbyak-913c798ff86e38ead34c80854f55fc58107921d3.tar.gz
xbyak-913c798ff86e38ead34c80854f55fc58107921d3.zip
update doc
-rw-r--r--doc/changelog.md1
-rw-r--r--readme.md2
-rw-r--r--readme.txt3
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/changelog.md b/doc/changelog.md
index f4456f9..b52fe26 100644
--- a/doc/changelog.md
+++ b/doc/changelog.md
@@ -1,5 +1,6 @@
# History
+* 2022/Jun/16 ver 6.60.2 fix detection of GFNI, VAES, and VPCLMULQDQ
* 2022/Jun/15 ver 6.60.1 fix link error of Xbyak::util::Cpu on Visual Studio with /O0 option
* 2022/Jun/06 ver 6.60 change the version format to avoid it going backward
* 2022/Jun/01 ver 6.06 refactor Cpu::Type class and improve MmapAllocator when XBYAK_USE_MEMFD is defined.
diff --git a/readme.md b/readme.md
index 91e18bd..986bda1 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-# Xbyak 6.60.1 [![Badge Build]][Build Status]
+# Xbyak 6.60.2 [![Badge Build]][Build Status]
*A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)*
diff --git a/readme.txt b/readme.txt
index 6381ef1..442a10f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
- C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 6.60.1
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 6.60.2
-----------------------------------------------------------------------------
◎概要
@@ -400,6 +400,7 @@ sample/{echo,hello}.bfは http://www.kmonos.net/alang/etc/brainfuck.php から
-----------------------------------------------------------------------------
◎履歴
+2022/06/16 ver 6.60.2 GFNI, VAES, VPCLMULQDQの判定修正
2022/06/15 ver 6.60.1 Visual Studio /O0でXbyak::util::Cpuがリンクエラーになるのに対応
2022/06/06 ver 6.60 バージョンのつけ方を数値が戻らないように変更
2022/06/01 ver 6.06 Cpu::TypeクラスのリファクタリングとXBYAK_USE_MEMFDが定義されたときのMmapAllocatorの改善