You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/runner/work/sleef/sleef/src/libm-tester/iutsimd.c:71:
/home/runner/work/sleef/sleef/_build-armhf/include/sleefinline_neon32.h:6487:26: error: unknown type name ‘vfloat_neon32_sleef’; did you mean ‘vfloat2_neon32_sleef’?
6487 | SLEEF_INLINE SLEEF_CONST vfloat_neon32_sleef Sleef_erfcf4_u15neon(vfloat_neon32_sleef a) {
| ^~~~~~~~~~~~~~~~~~~
| vfloat2_neon32_sleef
/home/runner/work/sleef/sleef/_build-armhf/include/sleefinline_neon32.h:6487:67: error: unknown type name ‘vfloat_neon32_sleef’; did you mean ‘vfloat2_neon32_sleef’?
6487 | SLEEF_INLINE SLEEF_CONST vfloat_neon32_sleef Sleef_erfcf4_u15neon(vfloat_neon32_sleef a) {
| ^~~~~~~~~~~~~~~~~~~
| vfloat2_neon32_sleef
The text was updated successfully, but these errors were encountered:
)
* Add CI on Github Actions for x86_64, aarch64, armhf, ppc64 and s390x
* Disable -march=native for testervecabi - fails when compiling on a host CPU with AVX512f (#478)
* Enable qemu features for s390x, ppc64, and arm
* Add some architecture-specific cmake flags
* Use job dependencies to avoid duplicating building native
* Fix permissions in downloaded artifacts
* Disable arm inline headers - don't work (#480)
* Document why DISABLE_VXE2 on s390x
Tests fail to build with inline headers on for armhf. This was discussed in #476. Failure can be see here https://github.com/rivosinc/sleef/actions/runs/6790080413.
The text was updated successfully, but these errors were encountered: