add note on AVX detection on Linux

pull/41/head
Jim Tittsler 2019-12-11 15:11:57 +09:00 committed by GitHub
parent c642c98ea3
commit 06368c7a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -257,6 +257,13 @@ AVX * Supports AVX intruction extensions
FMA - Supports FMA extensions using YMM state``
```
On Linux, you can check for `avx` in the **flags** section of `/proc/cpuinfo`
or the output of the `lscpu` command:
```
lscpu | grep -o "avx[^ ]*"
```
will display `avx` (or `avx2`) if your CPU supports the instructions.
### I installed a new version and FreeDV stopped working
You may need to clean out the previous configuration. Try