Skip to content

Commit fd230d2

Browse files
authored
Update CBLAS.md
1 parent c2c4dc1 commit fd230d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCS/CBLAS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The naming scheme for the CBLAS interface is to take the Fortran BLAS routine na
3333
and add the prefix `cblas_`. For example, the BLAS routine `DGEMM` becomes `cblas_dgemm`.
3434

3535
CBLAS routines also support `_64` suffix that enables large data arrays support in the LP64 interface library
36-
(default build configuration). This suffix allows to mix LP64 and ILP64 programming models in one application.
36+
(default build configuration). This suffix allows mixing LP64 and ILP64 programming models in one application.
3737
For example, `cblas_dgemm` with 32-bit integer type support can be mixed with `cblas_dgemm_64`
3838
that supports 64-bit integer type.
3939

0 commit comments

Comments
 (0)