SHA256
1
0
forked from pool/nasm

Accepting request 184378 from home:elvigia:branches:devel:tools:compiler

- version 2.10.09 
* Add support for the Intel AVX2 instruction set.
* Add support for Bit Manipulation Instructions 1 and 2.
* Add support for Intel Transactional Synchronization Extensions (TSX).
* Add support for x32 ELF
* Add the ifunc macro package with integer functions, 
  currently only integer logarithms.
* Add support for RDSEED
* Support of AMD SVM instructions in 32 bit mode
* Add a bunch of AMD TBM instructions.
* 2 years of bugfixes

OBS-URL: https://build.opensuse.org/request/show/184378
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/nasm?expand=0&rev=19
This commit is contained in:
Ismail Dönmez
2013-07-26 09:02:14 +00:00
committed by Git OBS Bridge
parent d8528a2762
commit 65d4a22b14
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 26 07:03:58 UTC 2013 - crrodriguez@opensuse.org
- version 2.10.09
* Add support for the Intel AVX2 instruction set.
* Add support for Bit Manipulation Instructions 1 and 2.
* Add support for Intel Transactional Synchronization Extensions (TSX).
* Add support for x32 ELF
* Add the ifunc macro package with integer functions,
currently only integer logarithms.
* Add support for RDSEED
* Support of AMD SVM instructions in 32 bit mode
* Add a bunch of AMD TBM instructions.
* 2 years of bugfixes
-------------------------------------------------------------------
Mon Apr 15 13:46:25 UTC 2013 - idonmez@suse.com