aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
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.md
parente51947e470b9cd50ec3b008b9c2d21397d8d23ba (diff)
downloadxbyak-72ca263c37daa7cb8e98ec175f72acdf2e7d7bc8.tar.gz
xbyak-72ca263c37daa7cb8e98ec175f72acdf2e7d7bc8.zip
add detection of avx-512
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 4c01c3c..6cf2408 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-Xbyak 4.901 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+Xbyak 4.91 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
=============
Abstract
@@ -285,7 +285,8 @@ The header files under xbyak/ are independent of cybozulib.
History
-------------
-* 2016/May/14 ver 4.901 comment to ready() function(thanks to skmp)
+* 2016/May/05 ver 4.91 add detection of AVX-512 to Xbyak::util::Cpu
+* 2016/Mar/14 ver 4.901 comment to ready() function(thanks to skmp)
* 2016/Feb/04 ver 4.90 add jcc(const void *addr);
* 2016/Jan/30 ver 4.89 vpblendvb supports ymm reg(thanks to John Funnell)
* 2016/Jan/24 ver 4.88 lea, cmov supports 16-bit register(thanks to whyisthisfieldhere)