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.

Reply via email to