Skip to content

Commit 1c91e1c

Browse files
committed
0.3.10
1 parent 9753008 commit 1c91e1c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "matrixmultiply"
33
edition = "2018"
4-
version = "0.3.9"
4+
version = "0.3.10"
55
authors = [
66
"bluss",
77
"R. Janis Goldschmidt"

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ __ https://bluss.github.io/rust/2016/03/28/a-gemmed-rabbit-hole/
5151
Recent Changes
5252
--------------
5353

54+
- 0.3.10
55+
56+
- sgemm: Reduce unnecessary AVX register permutations by `@SongXiaoXi <https://github.com/SongXiaoXi>`_ `#88 <https://github.com/bluss/matrixmultiply/pull/88>`_
57+
- Exclude alignment for MaskBuffer for i686-win7-windows-msvc by `@drewkett <https://github.com/drewkett>`_ `#87 <https://github.com/bluss/matrixmultiply/pull/87>`_
58+
- Fix cross builder CI and fix a few warnings by `@bluss <https://github.com/bluss>`_ `#89 <https://github.com/bluss/matrixmultiply/pull/89>`_
59+
5460
- 0.3.9
5561

5662
- Fix debug assertion for alignment on s390x, involving alignment of the mask buffer;

0 commit comments

Comments
 (0)