summaryrefslogtreecommitdiff
path: root/doc/changes.src
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-02 19:45:35 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-02 19:45:35 -0700
commitb1a5b26477db4ce4270b8de75c36b8f9acfc3f69 (patch)
tree359baf0b813b2cd66611bc6d9c230246f04177da /doc/changes.src
parent841d904f88884f896735da1292e42615eaaea64f (diff)
downloadnasm-b1a5b26477db4ce4270b8de75c36b8f9acfc3f69.tar.gz
doc/changes.src: document AVX-512 fixes, Perl version requirement
It has been time to move on to new versions of Perl for a long time. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/changes.src')
-rw-r--r--doc/changes.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 18b425f1..c3864126 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -39,6 +39,14 @@ since 2007.
for the command-line options and warning classes and
\k{asmdir-warning} for the \c{[WARNING]} directive.
+\b Fix a number of bugs related to AVX-512 decorators.
+
+\b To build NASM with custom modifications (table changes) or from the
+ git tree now requires Perl 5.6 at the very minimum, quite possibly
+ a higher version (Perl 5.24.1 tested.) There is no requirement to
+ have Perl on your system at all if all you want to do is build
+ unmodified NASM from source archives.
+
\# --- hpa: commenting this header out since it looks like we will
\# --- bypass 2.12.03 and go straight to 2.13. However, please keep
\# --- the header in place to make it easier to merge with the 2.12.xx