Bug#890384: ignition-math4: baseline violation on amd64

Adrian Bunk bunk at debian.org
Wed Feb 14 09:45:17 UTC 2018


Source: ignition-math4
Version: 4.0.0+dfsg1-1
Severity: serious

https://sources.debian.org/src/ignition-math4/4.0.0+dfsg1-1/debian/rules/#L10

ifeq ($(DEB_HOST_ARCH),amd64)
SSE_FLAGS = -mfpmath=sse -msse -msse2 -msse3 -mssse3 -DSSE
endif

SSE3 and SSSE3 are not part of the amd64 baseline.

"-mfpmath=sse -msse -msse2" are already enabled
by default on amd64, no need to do that manually.

The SSE define does not seem to be used anywhere in the code.



More information about the debian-science-maintainers mailing list