Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.bugs.dist > #1134697
| Path | csiph.com!pasdenom.info!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!37.252.120.71.MISMATCH!2.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Tue, 24 Jan 2023 19:10:02 +0100 |
| Message-ID | <FRvU6-RJW-3@gated-at.bofh.it> (permalink) |
| References | <FRuEF-QNa-19@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-bugs-dist-request@lists.debian.org Tue Jan 24 18:09:12 2023 |
| Old-Return-Path | <debbugs@buxtehude.debian.org> |
| X-Spam-Flag | NO |
| X-Spam-Score | -4.2 |
| Reply-To | Drew Parsons <dparsons@debian.org>, 1029568@bugs.debian.org |
| Resent-To | debian-bugs-dist@lists.debian.org |
| Resent-Cc | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| X-Debian-Pr-Message | followup 1029568 |
| X-Debian-Pr-Package | src:xsimd |
| X-Debian-Pr-Source | xsimd |
| Content-Type | text/plain; charset="us-ascii" |
| MIME-Version | 1.0 |
| Content-Transfer-Encoding | 7bit |
| X-Mailer | reportbug 11.6.0 |
| X-Debian-Message | from BTS |
| X-Mailing-List | <debian-bugs-dist@lists.debian.org> archive/latest/1756063 |
| List-ID | <debian-bugs-dist.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-bugs-dist/> |
| Approved | robomod@news.nic.it |
| Lines | 17 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Tue, 24 Jan 2023 19:05:01 +0100 |
| X-Original-Message-ID | <167458350136.52569.17152578559140413433.reportbug@sandy> |
| X-Original-References | <167457878142.49613.6047176343004965971.reportbug@sandy> |
| Xref | csiph.com linux.debian.bugs.dist:1134697 |
Show key headers only | 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 | Next — Previous in thread | Find similar | Unroll 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