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
@@ -29,7 +29,7 @@ Modern Fortran modules with full explicit typing features are provided after an
29
29
- preprocessor-based OpenMP directives retained.
30
30
The single-source module structure hopefully allows for cross-procedural inlining which is otherwise impossible without link-time optimization.
31
31
32
-
When available, highly optimized libraries that take advantage of specialized processor instructions should preferred.
32
+
When available, highly optimized libraries that take advantage of specialized processor instructions should be preferred over the `stdlib` implementation.
33
33
Examples of such libraries are: OpenBLAS, MKL (TM), Accelerate, and ATLAS. In order to enable their usage, simply ensure that the following pre-processor macros are defined:
34
34
35
35
-`STDLIB_EXTERNAL_BLAS` wraps all BLAS procedures (except for the 128-bit ones) to an external library
0 commit comments