Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ M4RI is a library for fast arithmetic with dense matrices over F2. The name M4RI

* and preliminary support for parallelisation on shared memory systems via OpenMP.

We support M4RI on Linux. Support for Windows (MSYS2/MinGW) and OS X (source, and Homebrew via `brew install dimpase/tap/m4ri`), is provided on a best effort basis and may disappear any time.
We support M4RI on Linux. Support for Windows (MSYS2/MinGW) and OS X (source, and Homebrew via `brew install m4ri`), is provided on a best effort basis and may disappear any time.

See [Further Reading](https://bitbucket.org/malb/m4ri/wiki/Further%20Reading) for implemented algorithms.

Expand Down
Loading