Bug#722188: Optimizations are not properly applied

2022-04-16 Thread Boyuan Yang
Hi, On Sun, 08 Sep 2013 23:13:54 +0200 "Steinar H. Gunderson" wrote: > Source: libdvbcsa > Version: 1.1.0-2 > Severity: normal > > Hello, > > It seems that debian/rules contains: > >   ifeq ($(DEB_HOST_ARCH),amd64) >   EXTRA_CONFIGURE_ARGS += --enable-mmx --enable-sse2 >   endif > > --enable-

Bug#722188: Optimizations are not properly applied

2013-09-08 Thread Steinar H. Gunderson
Source: libdvbcsa Version: 1.1.0-2 Severity: normal Hello, It seems that debian/rules contains: ifeq ($(DEB_HOST_ARCH),amd64) EXTRA_CONFIGURE_ARGS += --enable-mmx --enable-sse2 endif --enable-mmx overrides --enable-sse2, so this means that the package is built without SSE2 optimizations.