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

James Cowgill jcowgill at debian.org
Tue Dec 13 13:27:24 UTC 2016


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.

James

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20161213/aa229da9/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list