[LAU] yoshimi 0.060.8

Jeremy Jongepier jeremy at autostatic.com
Tue Apr 5 07:46:51 UTC 2011


On 04/05/2011 09:19 AM, Peder Hedlund wrote:
> Yoshimis CPU-feature detection more or less sucks :)

Yoshimi uses three pre-configured settings:

set (BuildOptions_x86_64AMD
     "-O3 -march=athlon64 -m64 -Wall -ffast-math -fno-finite-math-only 
-fomit-frame-pointer"
   CACHE STRING "X86_64 compiler options"
)

set (BuildOptions_X86_64Core2
     "-O3 -march=core2 -m64 -Wall -ffast-math -fno-finite-math-only 
-fomit-frame-pointer"
   CACHE STRING "X86_64 compiler options"
)

set (BuildOptionsBasic
     "-O3 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
     CACHE STRING "basic X86 complier options"

You can select those with ccmake and modify them if necessary. By 
default Yoshimi uses the BuildOptionsBasic line.

Best,

Jeremy


More information about the Linux-audio-user mailing list