aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.txt
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-05-05 12:14:04 +0900
committerMITSUNARI Shigeo <[email protected]>2016-05-05 12:14:04 +0900
commit72ca263c37daa7cb8e98ec175f72acdf2e7d7bc8 (patch)
tree76f2d8d1858875cea669a8b8b16fe10600c7d78d /readme.txt
parente51947e470b9cd50ec3b008b9c2d21397d8d23ba (diff)
downloadxbyak-72ca263c37daa7cb8e98ec175f72acdf2e7d7bc8.tar.gz
xbyak-72ca263c37daa7cb8e98ec175f72acdf2e7d7bc8.zip
add detection of avx-512
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index fb569c9..dff3478 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,5 +1,5 @@
- C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.901
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 4.91
-----------------------------------------------------------------------------
◎概要
@@ -301,7 +301,8 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク�
-----------------------------------------------------------------------------
◎履歴
-2016/03/14 ver 4.90 ready()関数にコメント加筆(thanks to skmp)
+2016/05/05 ver 4.91 AVX-512命令の検出サポート
+2016/03/14 ver 4.901 ready()関数にコメント加筆(thanks to skmp)
2016/02/04 ver 4.90 条件分岐命令にjcc(const void *addr);のタイプを追加
2016/01/30 ver 4.89 vpblendvbがymmレジスタをサポートしていなかった(thanks to John Funnell)
2016/01/24 ver 4.88 lea, cmovの16bitレジスタ対応(thanks to whyisthisfieldhere)