Your message dated Thu, 18 Jun 2026 17:55:48 +0200
with message-id <ajQVBI3ZZ9zs4jd1@nuc>
and subject line closing unwanted extra bug
has caused the Debian Bug report #1140341,
regarding simint: Baseline violation on x86
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1140341: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140341
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: simint
Version: 0.7-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=simint&ver=0.7-1
...
cc: error: unrecognized command-line option ‘-mssse3’
...
There are two issues:
1. SSE
Regarding amd64, the sse code does not actually seem to use SSSE3
(the default SSE2 is sufficient), the package still builds after
removing the -mssse3 appends from cmake/DefaultFlags_sse.cmake.
With the latest sources from the generator (see #1137162)
arm64 could build with -DSIMINT_VECTOR=asimd after removing
-march=native from skel/cmake/DefaultFlags_asimd.cmake.
Other architectures are supposed to build with -DSIMINT_VECTOR=scalar.
2. rdtsc
The rdtsc usage in test/Timer.h makes the code FTBFS on non-x86
even after the above.
--- End Message ---
--- Begin Message ---
sorry for the inconvenience
--- End Message ---