From: nasm-bot f. J. K. <jam...@li...> - 2014-10-17 22:24:27
|
Commit-ID: e3e4f7c8fb5df82e6c4a737953b9c67fd5bd71ac Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=e3e4f7c8fb5df82e6c4a737953b9c67fd5bd71ac Author: Jim Kukunas <jam...@li...> AuthorDate: Fri, 17 Oct 2014 14:51:36 -0700 Committer: Jim Kukunas <jam...@li...> CommitDate: Fri, 17 Oct 2014 15:07:41 -0700 doc: Document -MF/-MD and updated AVX512 instructions Document changes for 2.11.06 Signed-off-by: Jim Kukunas <jam...@li...> --- doc/changes.src | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/changes.src b/doc/changes.src index ec4de21..b83738f 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,6 +7,15 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.11.06} Version 2.11.06 + +\b Update AVX512 instructions based on the Extension Reference (319433-021 Sept +2014). + +\b Fix the behavior of \c{-MF} and \c{-MD} options (Bugzilla 3392280) + +\b Updated Win32 Makefile to fix issue with build + \S{cl-2.11.05} Version 2.11.05 \b Add \c{--v} as an alias for \c{-v} (see \k{opt-v}), for |