Files
ardour/libs/ardour
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
..
2020-07-21 07:11:29 +02:00
2020-08-06 17:56:08 +02:00
2020-03-29 14:56:22 +02:00
2020-08-21 08:16:11 +02:00
2019-12-09 23:25:59 +01:00
2020-07-18 20:09:14 +02:00
2020-07-21 02:18:38 +02:00
2020-08-21 21:12:32 +02:00
2019-09-22 04:15:01 +02:00
2020-03-02 20:07:52 +01:00
2020-07-18 20:09:14 +02:00
2020-08-05 22:39:06 +02:00
2020-04-20 18:38:13 +02:00
2020-05-27 23:59:27 +02:00
2020-01-27 03:31:49 +01:00
2020-05-04 18:54:40 -06:00
2019-12-09 22:56:14 +01:00
2019-11-06 23:55:46 -07:00
2019-12-18 18:00:33 -07:00
2019-12-09 01:10:50 +01:00
2020-05-16 21:07:53 +02:00
2020-03-02 20:07:52 +01:00
2020-04-12 13:36:47 +02:00
2020-03-28 01:25:44 +01:00
2020-05-19 19:47:34 +02:00
2020-03-02 20:07:52 +01:00
2020-05-25 17:19:44 +02:00
2019-12-27 21:18:12 -07:00
2020-08-01 00:17:23 +02:00
2020-08-06 21:38:00 +02:00
2020-03-29 14:56:22 +02:00
2020-07-12 01:50:01 +02:00
2020-06-16 22:42:16 +02:00
2020-08-22 02:35:19 +02:00