aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2018-04-03 09:17:13 +0900
committerMITSUNARI Shigeo <[email protected]>2018-04-03 09:17:13 +0900
commita816249fd70912185c46165459737313fe3b793e (patch)
treee94ec7c2df50a4fa32d5ef7452ed9172141fcdc2 /readme.md
parentfe083912c8ac7b7e2b0081cbd6213997bc8b56e6 (diff)
downloadxbyak-a816249fd70912185c46165459737313fe3b793e.tar.gz
xbyak-a816249fd70912185c46165459737313fe3b793e.zip
update versionv5.631
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 ddd2f91..4c92835 100644
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
-Xbyak 5.63 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
+Xbyak 5.631 ; 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/Mar/06 ver 5.631 fix zero division in Cpu() on some cpu
* 2018/Feb/14 ver 5.63 fix Cpu::setCacheHierarchy() and fix EvexModifierZero for clang<3.9(thanks to mgouicem)
* 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)