Michael R. Crusoe
Michael R. Crusoe
https://github.com/nemequ/simde/runs/749786299#step:3:1717
This bug is preventing me from releasing an updated `libsimde-dev` package in Debian :-(
With the latest commit https://github.com/nemequ/simde/commit/053960c99a4120a67d39d179ee7be2b9f76ea33b I get similar failings on ppc64le
And while it is nice that adjusting the tests made the failure go away, we need to file bugs with gcc as I think users could still run into this...
This was real hardware. Did you test with https://github.com/nemequ/simde/commit/053960c99a4120a67d39d179ee7be2b9f76ea33b or a newer commit? I'll go re-test with https://github.com/nemequ/simde/commit/72d1da815a6227c706381fdcfbcd492f91a8f4c0 now
https://github.com/nemequ/simde/commit/72d1da815a6227c706381fdcfbcd492f91a8f4c0 (most current commit as of right now) passes on real ppc64le hardware Using `qemu-ppc64le version 5.0.0 (Debian 1:5.0-5)` I get 8 failures, all sse2 ``` /x86/sse2/mm_cvtpd_ps/native/c [ ERROR ]...
The tests pass as of SIMDe 0.7.0-rc.1
as of simde 0.7.2 the `mm_cvtpd_ps` tests are failing on qemu 5.2+dfsg-3 + gcc 10.2.1-6
@nemequ Is there a way to leverage gcc or clang to strip out the unneeded parts? Perhaps it is time to approach GCC / clang about including SIMDe or some...
@junaruga Correct. The odd 0.0.x releases are development versions, not public releases.