We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c4dc1 commit fd230d2Copy full SHA for fd230d2
DOCS/CBLAS.md
@@ -33,7 +33,7 @@ The naming scheme for the CBLAS interface is to take the Fortran BLAS routine na
33
and add the prefix `cblas_`. For example, the BLAS routine `DGEMM` becomes `cblas_dgemm`.
34
35
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.
+(default build configuration). This suffix allows mixing LP64 and ILP64 programming models in one application.
37
For example, `cblas_dgemm` with 32-bit integer type support can be mixed with `cblas_dgemm_64`
38
that supports 64-bit integer type.
39
0 commit comments