Opened 4 years ago

Closed 4 years ago

#13814 closed enhancement (fixed)

nasm-2.15.03

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Version 2.15.03

  • Add instructions from the Intel Instruction Set Extensions and Future Features Programming Reference, June 2020. This includes AVX5512 bfloat16, AVX512 mask intersect, and Intel Advanced Matrix Extensions (AMX).
  • Support for bfloat16 floating-point constants. See section 3.4.6 and section 6.3.
  • Properly display warnings in preprocess-only mode.
  • Fix copy-and-paste of examples from the PDF documentation.
  • Debug information now properly reflect the line numbers of macro invocations (unless declared .nolist).
  • Fix excessive alignment of sections in the coff/win32/win64 output formats when the user-specified alignment is less than the default alignment for the section or section type.
  • Fix explicit token pasting (%+, section 4.1.4) for the cases where one or more parts result from empty token expansion, resulting in %+ tokens at the beginning or end, or multiple ones in a row.
  • Fix macro label capture (%00, section 4.3.7).
  • Much better documentation for the MASM compatiblity package, %use masm (see section 6.5).
  • Fix LEA without square brackets, for MASM compatibility.
  • Portability fixes.

comment:2 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23400.

Note: See TracTickets for help on using tickets.