13
0
livetrax/libs
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
..
appleutility
ardour Fix optimized armhf builds 2020-08-22 02:35:19 +02:00
ardouralsautil
audiographer Update post-export analysis to report max short/mom loudness 2020-07-20 05:16:51 +02:00
backends RT-safe jack transport time-master 2020-08-19 19:07:41 +02:00
canvas
clearlooks-newer
evoral Do not interpolate away explicit MIDI automation points #8362 2020-08-15 01:57:01 +02:00
fluidsynth
fst
gtkmm2ext
hidapi
libltc
lua
midi++2
panners
pbd fixed typo 2020-08-19 19:02:37 +02:00
plugins Rename a-eq a-comp a-exp a-delay a-reverb to ACE (Ardour Community Effects) 2020-08-20 12:52:42 -05:00
ptformat
qm-dsp
surfaces OSC toggle roll make return to zero optional 2020-08-20 16:26:07 -07:00
temporal
vamp-plugins Update EBU VAMP plugin, report max short/mometary loudness 2020-07-20 05:16:04 +02:00
vamp-pyin
vfork
waveview
widgets Increase precision of numeric dB entry 2020-08-01 09:57:18 +02:00
zita-convolver
zita-resampler