Control: reopen -1

On Wed, Oct 21, 2020 at 10:21:10AM +0000, Debian Bug Tracking System wrote:
>...
>  mdtraj (1.9.4-6) unstable; urgency=medium
>  .
>    * debian patch check_sse2.patch checks if system supports SSE2
>      (i.e. if system is x86 or amd64) before compiling with -msse2.
>      Closes: #972592.
>...

Unfortunately this does not work for two reasons:

1. The i386 architecture and all buildds do support SSE2,
   but using it without runtime check is a baseline violation.
2. The software does use handwritten SSE, which won't compile
   on non-x86 architectures (the arm64 support in upstream
   master adds an alternative NEON implementation).

cu
Adrian

Reply via email to