Gentoo Archives: gentoo-user

From: Graham Murray <graham@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Enabling mmx USE flag on a Pentium 4 HTT?
Date: Sat, 22 Dec 2007 16:20:00
Message-Id: 87bq8iaeqr.fsf@newton.gmurray.org.uk
In Reply to: Re: [gentoo-user] Enabling mmx USE flag on a Pentium 4 HTT? by Mark Shields
1 "Mark Shields" <laebshade@×××××.com> writes:
2
3 > If I remember correctly, flags like this are not recommended to enable. GCC can already pass the appropriate flags, such
4 > as MMX and SSE, to programs when compiling; the fact that this ebuild has optional use flags for this setting is a red
5 > flag, in my opinion. I would recommend researching possible problems you may have before building any programs with the
6 > MMX use flag.
7
8 The mmx (and sse, sse2 etc) use flags do not normally have anything to
9 do with the gcc -mmmx etc flags. Normally in a configure for a package
10 they will cause a optimised assembler to be included for certain functions
11 rather than using 'generic' C code for them. In ebuilds the mmx USE
12 flag normally selects these configure options when building the package,
13 so (unlike using CFLAGS=-mmmx) are quite safe in most cases.
14 --
15 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Enabling mmx USE flag on a Pentium 4 HTT? Mick <michaelkintzios@×××××.com>