SHA256
1
0
forked from pool/nasm

Accepting request 287151 from home:pluskalm:branches:devel:tools:compiler

- Cleanup spec file with spec-cleaner
- Update project url
- Switch to .xz source
- Update to 2.11.06:

OBS-URL: https://build.opensuse.org/request/show/287151
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=21
This commit is contained in:
Thorsten Behrens
2015-02-22 20:58:53 +00:00
committed by Git OBS Bridge
parent 65d4a22b14
commit a5f9eafe0e
4 changed files with 49 additions and 27 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Feb 21 14:54:41 UTC 2015 - mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Update project url
- Switch to .xz source
- Update to 2.11.06:
* Add support for the Intel AVX-512 instruction set:
* 16 new, 512-bit SIMD registers. Total 32 (ZMM0 ~ ZMM31)
* 8 new opmask registers (K0 ~ K7). One of 7 registers (K1 ~ K7)
can be used as an opmask for conditional execution.
* A new EVEX encoding prefix. EVEX is based on VEX and provides
more capabilities: opmasks, broadcasting, embedded rounding and
compressed displacements.
* Add support for ZWORD (512 bits), DZ and RESZ.
* Add support for the MPX and SHA instruction sets.
* Better handling of section redefinition.
* Generate manpages when running 'make dist'.
* Handle all token chains in mmacro params range.
* Support split [base,index] effective address:
* for more details see http://www.nasm.us/doc/nasmdocc.html
-------------------------------------------------------------------
Fri Jul 26 07:03:58 UTC 2013 - crrodriguez@opensuse.org