diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-07-21 00:42:47 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2013-07-21 00:45:02 +0400 |
commit | 82139da76e7af6008d8072a0b1bfe4db12182d7d (patch) | |
tree | c66d6c530561afb0b4790b016ed492979b7dfd22 /doc | |
parent | e20ca02cfb728773c0344fc89bdc7ae4c01983c8 (diff) | |
download | nasm-82139da76e7af6008d8072a0b1bfe4db12182d7d.tar.gz nasm-82139da76e7af6008d8072a0b1bfe4db12182d7d.tar.bz2 nasm-82139da76e7af6008d8072a0b1bfe4db12182d7d.zip |
changes.src: Prepare for 2.10.08
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src index 9823dd7..24a53e5 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -7,11 +7,33 @@ The NASM 2 series supports x86-64, and is the production version of NASM since 2007. +\S{cl-2.10.08} Version 2.10.08 + +\b Fix collision for \c{VGATHERQPS}, \c{VPGATHERQD} instructions. + +\b Fix \c{VPMOVSXBQ}, \c{VGATHERQPD}, \c{VSPLLW} instructions. + +\b Add a bunch of AMD TBM instructions. + +\b Fix potential stack overwrite in numbers conversion. + +\b Allow byte size in \c{PREFETCHTx} instructions. + +\b Make manual pages up to date. + +\b Make \c{F3} and \c{F2} SSE prefixes to override \c{66}. + +\b Support of AMD SVM instructions in 32 bit mode. + +\b Fix near offsets code generation for \c{JMP}, \c{CALL} instrictions +in long mode. + +\b Fix preprocessor parse regression when id is expanding to a whitespace. + \S{cl-2.10.07} Version 2.10.07 \b Fix line continuation parsing being broken in previous version. - \S{cl-2.10.06} Version 2.10.06 \b Always quote the dependency source names when using the automatic |