Skip to content

Commit 464aba4

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 3c2349f commit 464aba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Modern Fortran modules with full explicit typing features are provided after an
2929
- preprocessor-based OpenMP directives retained.
3030
The single-source module structure hopefully allows for cross-procedural inlining which is otherwise impossible without link-time optimization.
3131

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.
3333
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:
3434

3535
- `STDLIB_EXTERNAL_BLAS` wraps all BLAS procedures (except for the 128-bit ones) to an external library

0 commit comments

Comments
 (0)