Metadata-Version: 1.1
Name: simd
Version: 0.0.1
Summary: The SIMD Python Module
Home-page: https://github.com/jweinst1/pysimd
Author: Joshua Weinstein
Author-email: jweinst1@berkeley.edu
License: MIT
Description: # PySIMD
        
        `simd` is the python module for SIMD computing and programming. It prodives an extensive interface
        to SIMD instruction sets on several different architectures.
        
        ## Installation
        
        To install `simd`, run the following `pip` command
        
        ```
        $ pip install simd
        ```
Keywords: simd,x86,arm,sse2,avx,avx512,performance,big data,data science
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Hardware
