llml_simd 0.1.6

SIMD (Single Instruction Multiple Data) extension for a variety of targets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
v0.1.3
- Fixed bug with horizontal functions in WASM
- Fixed error with negation for naive
- Added random to WASM export
- Vector-Scalar arithmetic for WASM export
- Memory Sharing (a.k.a data copy) for WASM export

v0.1.4
- Fixed bug where force_naive enable correctly
- Improved sqrt performance on x86/x86_64
- Added ```prod``` and ```mul_add``` methods
- Added ```zip``` method

v0.1.5
- Addeed ```into_array``` method
- Bug fixes