Skip to content

Commit

Permalink
Merge pull request #429 from JamMarHer/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
michaelld committed Mar 8, 2021
2 parents 56fae09 + 76d8c9d commit a1b7027
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -60,10 +60,12 @@ git submodule update --init --recursive
that'll pull in missing submodules.


### Building on Raspberry Pi and other ARM boards
### Building on Raspberry Pi and other ARM boards (32 bit)

To build for these boards you need specify the correct cmake toolchain file for best performance.

_Note: There is no need for adding extra options to the compiler for 64 bit._

* Raspberry Pi 4 `arm_cortex_a72_hardfp_native.cmake`
* Raspberry Pi 3 `arm_cortex_a53_hardfp_native.cmake`

Expand All @@ -87,7 +89,7 @@ Currently VOLK aims to run with optimized kernels on x86 with SSE/AVX and ARM wi

### OS / Distro
We run tests on a variety of Ubuntu versions and aim to support as many current distros as possible.
The same goal applies to different OSes. Although this does only happen rarely, it might occur that VOLK does not work on obsolete distros, e.g. Ubuntu 12.04.
The same goal applies to different OSes. Although this does only rarely happen, it might occur that VOLK does not work on obsolete distros, e.g. Ubuntu 12.04.

### Compilers
We want to make sure VOLK works with C/C++ standard compliant compilers. Of course, as an open source project we focus on open source compilers, most notably GCC and Clang.
Expand Down

0 comments on commit a1b7027

Please sign in to comment.