File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,6 @@ matrixmultiply-threading = ["matrixmultiply/threading"]
7979portable-atomic = { version = " 1.6.0" }
8080portable-atomic-util = { version = " 0.2.0" , features = [ " alloc" ] }
8181
82- # [target.'cfg(unix)'.dependencies]
83- # openssl = "1.0.1"
84-
85- # [target.'cfg(target_arch = "x86")'.dependencies]
86- # native-i686 = { path = "native/i686" }
87-
88- # [target.'cfg(target_arch = "x86_64")'.dependencies]
89- # native-x86_64 = { path = "native/x86_64" }
90-
91-
9282[profile .bench ]
9383debug = true
9484[profile .dev .package .numeric-tests ]
Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ your `Cargo.toml`.
9797
9898 - Enable the ``threading `` feature in the matrixmultiply package
9999
100- - ``portable-atomic ``
101-
102- - Enables ``portable_atomic `` package for compatability with microcontrollers
103-
104100- ``critical-section ``
105101
106102 - Whether ``portable_atomic `` should use ``critical-section ``
You can’t perform that action at this time.
0 commit comments