Skip to content

Commit

Permalink
removed outdated information in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornTheProgrammer committed Aug 1, 2024
1 parent 62dea6a commit 018c13b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
10 changes: 0 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,6 @@ matrixmultiply-threading = ["matrixmultiply/threading"]
portable-atomic = { version = "1.6.0" }
portable-atomic-util = { version = "0.2.0", features = [ "alloc" ] }

# [target.'cfg(unix)'.dependencies]
# openssl = "1.0.1"

# [target.'cfg(target_arch = "x86")'.dependencies]
# native-i686 = { path = "native/i686" }

# [target.'cfg(target_arch = "x86_64")'.dependencies]
# native-x86_64 = { path = "native/x86_64" }


[profile.bench]
debug = true
[profile.dev.package.numeric-tests]
Expand Down
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ your `Cargo.toml`.

- Enable the ``threading`` feature in the matrixmultiply package

- ``portable-atomic``

- Enables ``portable_atomic`` package for compatability with microcontrollers

- ``critical-section``

- Whether ``portable_atomic`` should use ``critical-section``
Expand Down

0 comments on commit 018c13b

Please sign in to comment.