Browse Source

Merge pull request #5031 from david-cortes/fix_doc_links

Fix invalid link to FAQ
tags/v0.3.29
Martin Kroeker GitHub 1 year ago
parent
commit
17803e7901
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -338,7 +338,7 @@ Please see Changelog.txt.

## Troubleshooting

* Please read the [FAQ](www.openmathlib.org/OpenBLAS/docs/faq) section of the docs first.
* Please read the [FAQ](http://www.openmathlib.org/OpenBLAS/docs/faq) section of the docs first.
* Please use GCC version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MinGW/BSD.
* Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture.
Clang 3.0 will generate the wrong AVX binary code.


Loading…
Cancel
Save