Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107266 - ardour ebuild should use BUILD_SSE_OPTIMIZATIONS scons flag
Summary: ardour ebuild should use BUILD_SSE_OPTIMIZATIONS scons flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Eldad Zack (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 03:43 UTC by Michael Schnake
Modified: 2005-09-26 04:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Schnake 2005-09-26 03:43:48 UTC
In addition to the USE_SSE_EVERYWHERE (which enables global compiler 
optimizations for SSE) there is also the BUILD_SSE_OPTIMIZATIONS flag, which 
AFAIK builds some additional "hand-coded" SSE optimized assembler versions of 
some functions used by ardour. 
 
Those SSE-optimized code parts are then used when staring ardour with the "-o" 
flag, but of course only when they were build in the first place ;-) 
 
So it might be a good thing to add "BUILD_SSE_OPTIMIZATIONS=${SSE}" to the 
scons flags under src-compile, too. 

Reproducible: Always
Steps to Reproduce:
Comment 1 Eldad Zack (RETIRED) gentoo-dev 2005-09-26 04:55:31 UTC
Hmm. First I used only BUILD_SSE_OPTIMIZATIONS in the ebuild and then I switched
the ebuild to USE_SSE_EVERYWHERE, figuring it includes BUILD_SSE_OPTIMIZATIONS
as well.

in portage.