aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2018-02-13 12:03:43 +0900
committerMITSUNARI Shigeo <[email protected]>2018-02-13 12:09:44 +0900
commitfd587b55ca8f03f60cc14fa53448c04229dd2629 (patch)
tree33b453e91ddef8f8413cde3703e047e85bdbdc91 /readme.md
parent80b3c7b933cb3bfa50c9bdab2065da382de75070 (diff)
downloadxbyak-fd587b55ca8f03f60cc14fa53448c04229dd2629.tar.gz
xbyak-fd587b55ca8f03f60cc14fa53448c04229dd2629.zip
change format and add getter for data_cache_sizev5.62
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d3f0b8f..9f57151 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-Xbyak 5.61 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+Xbyak 5.62 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
=============
Abstract
@@ -333,6 +333,7 @@ The header files under xbyak/ are independent of cybozulib.
History
-------------
+* 2018/Feb/13 ver 5.62 Cpu::setCacheHierarchy() by mgouicem and rsdubtso
* 2018/Feb/07 ver 5.61 vmov* supports mem{k}{z}(I forgot it)
* 2018/Jan/24 ver 5.601 add xword, yword, etc. into Xbyak::util namespace
* 2018/Jan/05 ver 5.60 support AVX-512 for Ice lake(319433-030.pdf)