diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-23 18:03:26 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-23 18:03:26 -0700 |
commit | 1b4b42599f250b77443bd06151045f0171441687 (patch) | |
tree | d3b34ac4b41f279d0f80adaeaf61e10e1b73520d /CHANGES | |
parent | a69749581dd947f08433500704dcd18649b14ed2 (diff) | |
download | nasm-1b4b42599f250b77443bd06151045f0171441687.tar.gz nasm-1b4b42599f250b77443bd06151045f0171441687.tar.bz2 nasm-1b4b42599f250b77443bd06151045f0171441687.zip |
CHANGES since 2.02, so far...
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2.03 +---- +* Add support for Intel AVX, CLMUL and FMA instructions, + including YMM registers. +* "dy", "resy" and "yword" for 32-byte operands. +* Fix some SSE5 instructions. +* Intel INVEPT, INVVPID and MOVBE instructions. +* Fix checking for critical expressions when the optimizer is enabled. +* Support the DWARF debugging format for ELF targets. +* Fix optimizations of signed bytes. +* Fix operation on bigendian machines. +* Fix buffer overflow in the preprocessor. + 2.02 ---- * Additional fixes for MMX operands with explicit "qword", as well as |