diff options
author | Werner Saar <wernsaar@googlemail.com> | 2016-04-21 12:54:32 +0200 |
---|---|---|
committer | Werner Saar <wernsaar@googlemail.com> | 2016-04-21 12:54:32 +0200 |
commit | dd2b897795e1047ec099e9af66a25d243a55f5fa (patch) | |
tree | 5f02b46f02725c4531e224e971ec1dd3992421e7 /Makefile.rule | |
parent | 9276c9012ffea6fef81aaa7349596967b5564a64 (diff) | |
download | openblas-dd2b897795e1047ec099e9af66a25d243a55f5fa.tar.gz openblas-dd2b897795e1047ec099e9af66a25d243a55f5fa.tar.bz2 openblas-dd2b897795e1047ec099e9af66a25d243a55f5fa.zip |
added bugfixes for some make files and smallscaling.c
Diffstat (limited to 'Makefile.rule')
-rw-r--r-- | Makefile.rule | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rule b/Makefile.rule index 4b9d36bf6..2d27237de 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -52,7 +52,7 @@ VERSION = 0.2.19.dev # USE_THREAD = 0 # If you're going to use this library with OpenMP, please comment it in. -# always use this flag for POWER8 +# This flag is always set for POWER8. Don't modify the flag # USE_OPENMP = 1 # You can define maximum number of threads. Basically it should be |