Skip to content

Commit

Permalink
Merge pull request #52 from t20100/blosc-simd
Browse files Browse the repository at this point in the history
Decided in meeting to offer full optimization by default.
  • Loading branch information
vasole authored Nov 27, 2019
2 parents 4c585ad + 4667982 commit 192dc90
Show file tree
Hide file tree
Showing 4 changed files with 2,400 additions and 22 deletions.
14 changes: 9 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
include README.rst
include MANIFEST.in
include setup.py
include setup.cfg
include .travis.yml
include appveyor.yml
include CHANGELOG.rst
include cpuinfo.py
include LICENSE
include MANIFEST.in
include README.rst
include setup.py
include version.py
recursive-include ci *.py *.sh
recursive-include doc *
recursive-include hdf5plugin *.py
recursive-include test *.py *.h5
recursive-include src *
recursive-include test *.py *.h5
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install from source and recompile the HDF5 plugins, run::

pip install hdf5plugin --no-binary hdf5plugin [--user]

This can acheive better performances by enabling OpenMP for the bitshuffle plugin.
Installing from source can achieve better performances by enabling AVX2 and OpenMP if available.

Documentation
-------------
Expand Down
Loading

0 comments on commit 192dc90

Please sign in to comment.