diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 13:30:41 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-25 13:30:41 -0800 |
commit | 8a44aa49c81d8ec1aa24518e33f59284f449f221 (patch) | |
tree | 0368c33dc195183af4542fb8b88b5635bb3f889f /doc | |
parent | 7687dded2dc02526f614b59227bba13552fcd45f (diff) | |
download | nasm-8a44aa49c81d8ec1aa24518e33f59284f449f221.tar.gz nasm-8a44aa49c81d8ec1aa24518e33f59284f449f221.tar.bz2 nasm-8a44aa49c81d8ec1aa24518e33f59284f449f221.zip |
doc: Document AVX2, BMI1, BMI2 and TSX support.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src index 103d5a3..ab6fb52 100644 --- a/doc/changes.src +++ b/doc/changes.src @@ -36,6 +36,11 @@ since 2007. To force a specific form, use the \c{STRICT} keyword, see \k{strict}. +\b Add support for the Intel AVX2 instruction set. + +\b Add support for Bit Manipulation Instructions 1 and 2. + +\b Add support for Intel Transactional Synchronization Extensions (TSX). \S{cl-2.09.10} Version 2.09.10 |