aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2016-12-01 11:14:17 +0900
committerMITSUNARI Shigeo <[email protected]>2016-12-01 11:14:17 +0900
commitd50d40878452121b3b10b0c5595f5342f5b0f02d (patch)
tree7182d138fad291951a7fb9ac0243a13e1f6970ea /readme.md
parent37819805933b97c82066df273d4113e4fabddbef (diff)
downloadxbyak-d50d40878452121b3b10b0c5595f5342f5b0f02d.tar.gz
xbyak-d50d40878452121b3b10b0c5595f5342f5b0f02d.zip
rename __xgetbv() to _xgetbv() to support clang for Visual Studio
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 1f50539..87b201c 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-Xbyak 5.31 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+Xbyak 5.32 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
=============
Abstract
@@ -20,12 +20,12 @@ MMX/MMX2/SSE/SSE2/SSE3/SSSE3/SSE4/FPU(*partial*)/AVX/AVX2/FMA/VEX-encoded GPR/AV
* Windows Xp, Vista, Windows 7(32bit, 64bit)
* Linux(32bit, 64bit)
-* Intel Mac ready
+* Intel Mac OSX
### Supported Compilers
-* Visual Studio C++ VC2008 Pro, VC2010, VC2012
-* gcc 4.7
+* Visual Studio C++ VC2012 or later
+* gcc 4.7 or later
* clang 3.3
* cygwin gcc 4.5.3
* icc 7.2
@@ -323,6 +323,7 @@ The header files under xbyak/ are independent of cybozulib.
History
-------------
+* 2016/Dec/01 ver 5.32 rename __xgetbv() to _xgetbv() to support clang for Visual Studio(thanks to freiro)
* 2016/Nov/27 ver 5.31 rename AVX512_4VNNI to AVX512_4VNNIW
* 2016/Nov/27 ver 5.30 add AVX512_4VNNI, AVX512_4FMAPS instructions(thanks to rsdubtso)
* 2016/Nov/26 ver 5.20 add detection of AVX512_4VNNI and AVX512_4FMAPS(thanks to rsdubtso)