Skip to content
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

Update sse2neon to latest version #2213

Merged
merged 1 commit into from
Jun 1, 2023
Merged

Conversation

MyreMylar
Copy link
Member

This came out of work on #2042 where our old vendored version of sse2neon was generating lots of compiler warnings/errors with the latest compilers.

This version is the latest version of the header (as of writing) from:
https://github.com/DLTcollab/sse2neon

Unfortunately the latest release is about 5 months old and the errors appear to have only been fixed recently - so I just took the latest copy of the header file.

@MyreMylar MyreMylar requested a review from a team as a code owner May 31, 2023 10:56
@Starbuck5 Starbuck5 added Code quality/robustness Code quality and resilience to changes SIMD labels Jun 1, 2023
Copy link
Member

@oddbookworm oddbookworm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't notice any problems in my limited testing. @Starbuck5 mentioned in discord that he plans on doing more extensive testing locally though, so I'm not going to merge this PR even though now it meets the approval requirement.

@Starbuck5
Copy link
Member

Tested locally turning off AVX2 compilation and running SSE2 on x86_64, which is untested on CI. Test suite passes.

@Starbuck5 Starbuck5 added this to the 2.3 milestone Jun 1, 2023
@Starbuck5 Starbuck5 merged commit c7a42f0 into main Jun 1, 2023
29 checks passed
@Starbuck5 Starbuck5 deleted the update-sse2neon-to-latest branch June 1, 2023 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code quality/robustness Code quality and resilience to changes SIMD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants