Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4617 from cyk2018/patch-1
Browse files Browse the repository at this point in the history
[Doc]Update user_manual.md for static linker
  • Loading branch information
martin-frbg authored May 4, 2024
2 parents a63d711 + 95315f9 commit b859f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int main(int argc, char* argv[])
```
```
gcc -o time_dgemm time_dgemm.c /your/path/libopenblas.a
gcc -o time_dgemm time_dgemm.c /your/path/libopenblas.a -lpthread
./time_dgemm <m> <n> <k>
```
Expand Down

0 comments on commit b859f6f

Please sign in to comment.