123456789101112131415161718192021222324252627282930313233343536 |
- # Copyright 1999-2017 Gentoo Foundation
- # Distributed under the terms of the GNU General Public License v2
- # Force the flag which corresponds to arch/abi, bug #515130
- -amd64
- -abi_x86_64
- # unmask all SIMD assembler flags
- -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
- # Lilo works on amd64
- -lilo
- # These work
- -input_devices_synaptics
- -input_devices_wacom
- -video_cards_qxl
|