-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[simdjson] Update to v0.9.6 #18479
[simdjson] Update to v0.9.6 #18479
Conversation
@myd7349 ,Please let me know if this pr is ready for review |
Hi! @JonLiu1993 Thanks for your helpful review and sorry for the long delay. @JonLiu1993 Most of options used in simdjson are defined in https://github.com/simdjson/simdjson/blob/v0.9.6/cmake/simdjson-flags.cmake. |
@myd7349, have you tested these functions locally? |
Hi! @JonLiu1993 I have tested these features on:
and it worked as expected on all these platforms. My linux machine doesn't have a C++17 compiler, so I was not able to test them on |
Features need to be additive, not subtractive.
Fix #19009 |
Thanks for your contribution @myd7349 ! |
Describe the pull request
What does your PR fix?
Fixes #...
Which triplets are supported/not supported? Have you updated the CI baseline?
<all / linux, windows, ...>, <Yes/No>
Does your PR follow the maintainer guide?
Your answer
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?<Yes / I am still working on this PR>
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/