From: nasm-bot f. J. K. S. <jin...@in...> - 2014-05-07 21:09:35
|
Commit-ID: 3a105c3c0e66b37c61b33146dd82ce8351939ce6 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=3a105c3c0e66b37c61b33146dd82ce8351939ce6 Author: Jin Kyu Song <jin...@in...> AuthorDate: Wed, 7 May 2014 13:55:58 -0700 Committer: Jin Kyu Song <jin...@in...> CommitDate: Wed, 7 May 2014 13:56:04 -0700 changes: Document bug fixes - Removed an error checking code for setting evex flags - Fixed vector length matching bug Signed-off-by: Jin Kyu Song <jin...@in...> --- doc/changes.src | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index 4df068f..38cc97e 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,17 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.04} Version 2.11.04 + +\b Removed an invalid error checking code. Sometimes a memref only with +a displacement can also set an evex flag. For example: + +\c vmovdqu32 [0xabcd]{k1}, zmm0 + +\b Fixed a bug in disassembler that EVEX.L'L vector length was not matched +when EVEX.b was set because it was simply considered as EVEC.RC. +Separated EVEX.L'L case from EVEX.RC which is ignored in matching. + \S{cl-2.11.03} Version 2.11.03 \b Fix a bug there REX prefixes were missing on instructions inside a |