-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Patch] neon/st1{,q}_*_x{2,3,4}: initial implementation #1082
Conversation
@yyctw About the test failure: there may be That's quite far behind qemu 8.1.2 (the latest release). So we'll need to either find a newer PPA or see if there is a free CI provider that we can do an One possibility of a newer PPA is https://launchpad.net/~aschultz/+archive/ubuntu/backports , but I don't know the person. |
simde/arm/neon/st1_x4.h
Outdated
} | ||
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES) | ||
#undef vst1_f32_x4 | ||
#define vst1_f32_x4(a, b) simde_vst1_f32_x4((a), (b)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit
#define vst1_f32_x4(a, b) simde_vst1_f32_x4((a), (b)) | |
#define vst1_f32_x4(ptr, val) simde_vst1_f32_x4((ptr), (val)) |
Should we request permission or can we use this PPA directly? |
I would wait for the result of the |
Head branch was pushed to by a user without write access
83dff0f
to
5c48dee
Compare
This PR is based on the previous PR and fixes the compiler error by adding a new macro
SIMDE_BUG_GCC_REV_260989
(ref).