diff options
author | MITSUNARI Shigeo <[email protected]> | 2016-12-01 11:14:17 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2016-12-01 11:14:17 +0900 |
commit | d50d40878452121b3b10b0c5595f5342f5b0f02d (patch) | |
tree | 7182d138fad291951a7fb9ac0243a13e1f6970ea /readme.txt | |
parent | 37819805933b97c82066df273d4113e4fabddbef (diff) | |
download | xbyak-d50d40878452121b3b10b0c5595f5342f5b0f02d.tar.gz xbyak-d50d40878452121b3b10b0c5595f5342f5b0f02d.zip |
rename __xgetbv() to _xgetbv() to support clang for Visual Studio
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ - C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.31
+ C++用x86(IA-32), x64(AMD64, x86-64) JITアセンブラ Xbyak 5.32
-----------------------------------------------------------------------------
◎概要
@@ -333,6 +333,7 @@ cybozulibは単体テストでのみ利用されていて、xbyak/ディレク� -----------------------------------------------------------------------------
◎履歴
+2016/12/01 ver 5.32 clang for Visual Studioサポートのために__xgetbv()を_xgetbv()に変更(thanks to freiro)
2016/11/27 ver 5.31 AVX512_4VNNIをAVX512_4VNNIWに変更
2016/11/27 ver 5.30 AVX512_4VNNI, AVX512_4FMAPS命令の追加(thanks to rsdubtso)
2016/11/26 ver 5.20 AVX512_4VNNIとAVX512_4FMAPSの判定追加(thanks to rsdubtso)
|