Skip to content

Commit

Permalink
Fix non avx2 (#61)
Browse files Browse the repository at this point in the history
* Fix non-AVX2 whitespace splitting.

This ended up being the root cause of #60. Most of this change is
refactoring to ensure that all available implementations run during
testing, not just AVX2. That'll ensure we can avoid regressions in the
future.

* Add coverage, start debugging generic CSV

* fix generic impl for csv quote masks

* refactor, test bytes splitter

* improve practices around runtime detection of cpu features

* different take on dynamic cpu feature selection

* add native back in to rust flags
  • Loading branch information
ezrosent authored Jul 20, 2021
1 parent e35066f commit 2ae0287
Show file tree
Hide file tree
Showing 3 changed files with 231 additions and 64 deletions.
Loading

0 comments on commit 2ae0287

Please sign in to comment.