fix cpuinstructionset patch so that it actually uses CPU-specific

optimizations
This commit is contained in:
Nils Philippsen 2005-05-13 07:31:03 +00:00
parent a55352e6ab
commit b06fd014a8

View File

@ -14,7 +14,7 @@ Version: 2.2.7
%define minorver 200 %define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.}) %define microver %(ver=%{version}; echo ${ver##*.*.})
#define prever pre2 #define prever pre2
Release: %{?prever:0.0.%{prever}.}2 Release: %{?prever:0.0.%{prever}.}3
Epoch: 2 Epoch: 2
License: GPL, LGPL License: GPL, LGPL
Group: Applications/Multimedia Group: Applications/Multimedia
@ -315,6 +315,10 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Fri May 13 2005 Nils Philippsen <nphilipp@redhat.com>
- fix cpuinstructionset patch so that it actually uses CPU-specific
optimizations
* Wed May 11 2005 Nils Philippsen <nphilipp@redhat.com> * Wed May 11 2005 Nils Philippsen <nphilipp@redhat.com>
- use -mmmx/sse/sse2/... only for the relevant source files so that extended - use -mmmx/sse/sse2/... only for the relevant source files so that extended
instruction sets only get used on suitable CPUs (#157409) instruction sets only get used on suitable CPUs (#157409)