13
0
Go to file
Robin Gareus 773a1a0725
Fix optimized armhf builds
Apparently gcc-6.2 with -O3 and -mfpu=neon can use ARM instructions
that requires 64bit alignment (here vst1.64) with data that
is not 64bit aligned (g->strcache) https://i.imgur.com/vYktsUn.png

So we need to be able to build "arm_neon_functions.cc" with
-mfpu=neon, while not automatically using NEON for the rest
of the codebase, unless explicitly asked for.
2020-08-22 02:35:19 +02:00
doc
gtk2_ardour Fix --no-nls, i18n include order in UI -- #8361 2020-08-19 17:40:02 +02:00
headless
libs Fix optimized armhf builds 2020-08-22 02:35:19 +02:00
luasession
msvc_extra_headers
MSVCardour3 Add/remove source(s) in our MSVC project (gtk2_ardour) 2020-07-20 11:39:47 +01:00
MSVCMixbus3
MSVCvst_scan
nutemp
session_utils Fix --no-nls, i18n include order in UI -- #8361 2020-08-19 17:40:02 +02:00
share WS: improve mixer demo layout 2020-08-19 18:58:27 +02:00
tools Only ask about Harrison LV2s when they're present 2020-08-21 21:28:56 +02:00
vst
.dir-locals.el
.gitattributes
.gitignore
ardour.1 Update man-page 2020-07-06 21:36:12 +02:00
COPYING
instant.xml.sae
msvc32-fixup.pl
PACKAGER_README
README
README-GITHUB.txt
system_config
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript Fix optimized armhf builds 2020-08-22 02:35:19 +02:00

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html