COMP: adjust ARM compilation flags (#1225)

- with -mcpu=native for automatic detection and -armpl for linking in
  the performance libraries

STYLE: relocate -mcpu into compiler instead of compiler-flags (#1225)
This commit is contained in:
Mark Olesen
2019-03-01 18:20:41 +01:00
parent ca0bdb6ff2
commit ec93384c1d
8 changed files with 14 additions and 14 deletions

View File

@ -1,2 +1,2 @@
c++DBUG =
c++OPT = -mcpu=thunderx2t99 -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations
c++OPT = -ffp-contract=fast -ffast-math -O3 -funsafe-math-optimizations -fsimdmath -armpl