You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_linalg.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ These can be enabled during the build process. For example, with CMake, one can
41
41
The same is possible from the `fpm` branch, where the `cpp` preprocessor is enabled by default. For example, the macros can be added to the project's manifest:
42
42
43
43
```toml
44
-
# Link to blas and lapack libraries; or `link = "openblas"` for openblas
44
+
# Link against appropriate external BLAS and LAPACK libraries, if necessary
0 commit comments