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.

Reply via email to