blob: 515e67f58efceb807937f410a50ef97810f5ed2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License, v2
# $Id$
# Unmask the flag which corresponds to ARCH.
-amd64-fbsd
-3dnow
-3dnowext
-mmx
-mmxext
-sse
-sse2
-sse3
-sse4
-sse4a
-ssse3
-cpu_flags_x86_3dnow
-cpu_flags_x86_3dnowext
-cpu_flags_x86_aes
-cpu_flags_x86_avx
-cpu_flags_x86_avx2
-cpu_flags_x86_fma3
-cpu_flags_x86_fma4
-cpu_flags_x86_mmx
-cpu_flags_x86_mmxext
-cpu_flags_x86_padlock
-cpu_flags_x86_popcnt
-cpu_flags_x86_sse
-cpu_flags_x86_sse2
-cpu_flags_x86_sse3
-cpu_flags_x86_sse4_1
-cpu_flags_x86_sse4_2
-cpu_flags_x86_sse4a
-cpu_flags_x86_ssse3
-cpu_flags_x86_xop
# nvidia drivers works on x86
-xvmc
-nvidia
-video_cards_nvidia
# Unmask vmware drivers
#-video_cards_vmware
-input_devices_vmmouse
# James Le Cuirot <chewi@gentoo.org> (19 May 2015)
# icedtea needs testing and gcj isn't supported
java
# Other
# Alexandre Rostovtsev <tetromino@gentoo.org> (09 Dec 2012)
# Orc optimisations work fine on amd64 and x86
-orc
# Diego Elio Pettenò <flameeyes@gentoo.org> (21 Aug 2012)
# IPMI is only implemented for x86, amd64 and ia64
-ipmi
# Multilib ABIs
-abi_x86_32
-abi_x86_64
# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (22 Aug 2013)
# virtual/opencl is not keyworded
opencl
# Hans de Graaff <graaff@gentoo.org> (27 Dec 2014)
# dev-libs/jemalloc is not keyworded
jemalloc
|