SHA256
8
0
forked from pool/zlib

Accepting request 79914 from Base:System

- Use __attribute__ target in SSE optimized functions
  so the compiler defines __MMX__ __SSE__ etc, this probably
  only matters in 32 bit. what version to use is still 
  determined at runtime by cpuid. (forwarded request 79913 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/79914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib?expand=0&rev=37
This commit is contained in:
Sascha Peilicke
2011-08-29 07:12:17 +00:00
committed by Git OBS Bridge
parent 3df69be574
commit 3b22b3ff7c
3 changed files with 72 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 26 18:36:11 UTC 2011 - crrodriguez@opensuse.org
- Use __attribute__ target in SSE optimized functions
so the compiler defines __MMX__ __SSE__ etc, this probably
only matters in 32 bit. what version to use is still
determined at runtime by cpuid.
-------------------------------------------------------------------
Mon Jun 27 11:05:47 UTC 2011 - dimstar@opensuse.org