Merge pull request #4617 from cyk2018/patch-1

[Doc]Update user_manual.md for static linker
This commit is contained in:
Martin Kroeker 2024-05-04 15:20:52 +02:00 committed by GitHub
commit b859f6f191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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> ./time_dgemm <m> <n> <k>
``` ```