-
Notifications
You must be signed in to change notification settings - Fork 91
RFC: Neon support (pretty much working) #35
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
fa26882
feat: neon support (mostly broken)
sunnygleason 9e96fab
feat: progress on neon compilation
sunnygleason 05fd4f3
feat: partial implementation of deserializer (broken, needs movemask)
sunnygleason 086e745
feat: re-enable tests (still broken)
sunnygleason b9b3900
feat: remove core_arch unused dependency
sunnygleason 1c989cf
feat: update string parse
sunnygleason 5926070
feat: additional tweaks, not breaks during linking
sunnygleason 62a3f93
feat: fixing intrinsics (maybe)
sunnygleason bca6cba
feat: temp stub replacements for intrinsics (still broken)
sunnygleason 620e697
feat: get code closer to simdjson (still broken)
sunnygleason 68691ad
feat: trying to fix parse_str
sunnygleason be60690
fix: numberparse
sunnygleason e6609ff
fix: endian in flatten_bits
sunnygleason 45cbbd4
fix: utf8 encoding (still broken but closer)
sunnygleason 15c892b
fix: use write instead of intrinsic (for now)
sunnygleason e3872b5
fix: fix string parsing (mostly, thanks to @licenser)
sunnygleason 782b0a6
fix: add_overflow should always output carry
sunnygleason 98b3356
fix: tests PASS, improved comparison operators, thanks @Licenser :)
sunnygleason 19ad13e
fix: update arm64 to use nightly
sunnygleason a97487b
fix: use rust nightly image for drone CI
sunnygleason faea015
fix: drone CI rustup nightly
sunnygleason d66d68a
feat: fix guards, use rust stdlib for bit count operations
sunnygleason 4c51dc4
feat: address review comments, platform handling and misc
sunnygleason bdc82d6
feat: refactor immediate tables into loads
sunnygleason 4fb672a
feat: improving code style and similarity across architectures
sunnygleason ee2bd9b
feat: update generator with neon support, conditional compilation
sunnygleason 75511d3
fix: remove double semicolon
sunnygleason 23191c6
feat: conditional feature enablement for neon only
sunnygleason d514f2d
fix: add conditional compilation for target_feature=-avx2,-sse4.2 on …
sunnygleason 3bdc169
feat: factor arch-specific methods into separate modules (with macros…
sunnygleason 40bb843
fix: does drone need clean?
sunnygleason 78b0aa8
fix: utf8 error checking (maybe)
sunnygleason 5a23b40
fix: utf8 error checking (maybe maybe)
sunnygleason af177f3
feat: fancy generic generator functions, thanks @Licenser
sunnygleason File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.