[SCM] eq10q/master: Enable sse on amd64.

Jaromír Mikeš mira.mikes at gmail.com
Tue Dec 13 14:34:40 UTC 2016


2016-12-13 14:27 GMT+01:00 James Cowgill <jcowgill at debian.org>:
> Hi,
>
> On 13/12/16 13:22, mira-guest at users.alioth.debian.org wrote:
>> The following commit has been merged in the master branch:
>> commit c5ca0526ad0a79ac623089a863f666b785749360
>> Author: Jaromír Mikeš <mira.mikes at seznam.cz>
>> Date:   Tue Dec 13 12:26:51 2016 +0100
>>
>>     Enable sse on amd64.
>>
>> diff --git a/debian/rules b/debian/rules
>> index 1b32d95..8582450 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -5,6 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
>>
>>  LDFLAGS+=-Wl,--as-needed
>>
>> +ifeq ($(DEB_HOST_ARCH_CPU),amd64)
>> +export CFLAGS += -msse -msse2 -mfpmath=sse
>> +endif
>
> This commit is useless. All of these flags are set by default on amd64.

Fixed!

Thank you

mira



More information about the pkg-multimedia-maintainers mailing list