byteshuffle 0.1.2

SIMD-accelerated byte shuffle/unshuffle functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Change Log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [ Unreleased ] - ReleaseDate

### Fixed

- Fixed the build on non-Intel architectures.  But they don't have any SIMD
  acceleration.
  (#[2]https://github.com/bfffs/byteshuffle/pull/2

- Fix the documentation on docs.rs.  No functional changes.