Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257958 - prefix/darwin/macos/10.5/x86/use.mask needs an update for machine specific flags
Summary: prefix/darwin/macos/10.5/x86/use.mask needs an update for machine specific flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 22:48 UTC by Armando Di Cianno
Modified: 2009-02-13 04:15 UTC (History)
0 users

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 Armando Di Cianno 2009-02-06 22:48:32 UTC
The 10.5 x86 use.mask file defines the following:

# Unmask x86 instruction sets
-icc
-icc-pgo
-ifc
-mmx
-mmxext
-sse
#-sse2 gcc-apple 4.0.1 can't do these
#-ssse3
-svga
-kqemu

At least as of apple gcc 4.2.1, if not earlier, sse2, ssse3 should all be able to be turned on.  From `man gcc` for 4.2.1: "-mmmx  -msse  -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -msse4 -msse4a".

I'm mainly looking at ssse3 for ffmpeg.



Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-13 04:15:19 UTC
unmasked, thanks for the report.