diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-20 16:15:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-20 16:15:38 +0000 |
commit | 6b572b2a1bf55fed3079b4c43ef589c1bab549b7 (patch) | |
tree | 8d0c42c8ba2d7d1d5aa47faa55d48126d70685ad /profiles/hardened | |
parent | Stable for HPPA (bug #443784). (diff) | |
download | gentoo-2-6b572b2a1bf55fed3079b4c43ef589c1bab549b7.tar.gz gentoo-2-6b572b2a1bf55fed3079b4c43ef589c1bab549b7.tar.bz2 gentoo-2-6b572b2a1bf55fed3079b4c43ef589c1bab549b7.zip |
Unmask SIMD flags on hardened/linux/uclibc/amd64
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/uclibc/amd64/use.mask | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/hardened/linux/uclibc/amd64/use.mask b/profiles/hardened/linux/uclibc/amd64/use.mask new file mode 100644 index 000000000000..1bdd0b6a8413 --- /dev/null +++ b/profiles/hardened/linux/uclibc/amd64/use.mask @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/uclibc/amd64/use.mask,v 1.1 2012/11/20 16:15:38 blueness Exp $ + +# Unmask the flag which corresponds to ARCH. +-amd64 + +# unmask all SIMD assembler flags +-mmx +-mmxext +-sse +-sse2 +-sse3 +-sse4 +-sse4a +-sse5 +-ssse3 +-3dnow +-3dnowext |