Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.bugs.dist > #1134697

Bug#1029568: xsimd: tests fail on armhf: Cannot access memory, store location is not properly aligned

From Drew Parsons <dparsons@debian.org>
Newsgroups linux.debian.bugs.dist
Subject Bug#1029568: xsimd: tests fail on armhf: Cannot access memory, store location is not properly aligned
Date 2023-01-24 19:10 +0100
Message-ID <FRvU6-RJW-3@gated-at.bofh.it> (permalink)
References <FRuEF-QNa-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Source: xsimd
Followup-For: Bug #1029568

The source of the armhf test error is actually the -mfpu=neon added
explicitly in debian/rules to DEB_CXXFLAGS_MAINT_APPEND on armhf.

Remove this flag, then armhf tests pass.

As far as other arches go, in general they should pass tests now (running
scalar tests).  I checked that tests pass on ppc64 and mipsel, for
instance.

powerpc failed because it does not have "-march=native".
https://github.com/xtensor-stack/xsimd/pull/296/files fixed that for
ppc64, but replacing the "ppc64" reference in tests/CMakeLists.txt
with "ppc*" simply results in 0 tests running on powerpc (so no point
testing it).

Back to linux.debian.bugs.dist | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Bug#1029568: xsimd: tests fail on armhf: Cannot access memory, store location is not properly aligned Drew Parsons <dparsons@debian.org> - 2023-01-24 17:50 +0100
  Bug#1029568: xsimd: tests fail on armhf: Cannot access memory, store location is not properly aligned Drew Parsons <dparsons@debian.org> - 2023-01-24 19:10 +0100

csiph-web