mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
Tweak fluidsynth performance on ARM CPUs
This commit is contained in:
parent
cc8f32a66a
commit
d8ee0fbf33
1 changed files with 5 additions and 1 deletions
|
|
@ -201,7 +201,11 @@
|
|||
#define VERSION "2.0.6"
|
||||
|
||||
/* Define to do all DSP in single floating point precision */
|
||||
/* #undef WITH_FLOAT */
|
||||
#ifdef __arm__
|
||||
# define WITH_FLOAT
|
||||
#else
|
||||
# undef WITH_FLOAT
|
||||
#endif
|
||||
|
||||
/* Define to profile the DSP code */
|
||||
/* #undef WITH_PROFILING */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue