bluss / matrixmultiply

General matrix multiplication of f32 and f64 matrices in Rust. Supports matrices with general strides.
https://docs.rs/matrixmultiply/
Apache License 2.0
209 stars 25 forks source link

Fix usize parsing on 32-bit arch #64

Closed bluss closed 2 years ago

bluss commented 2 years ago

There was an overflow in the pow10 table on 32-bit arches, try to fix this.