xref: /linux/arch/x86/Kconfig.assembler (revision e084e9f8151f1d37b085317752d36b4fa2fec9b9)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
3
4config AS_AVX512
5	def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
6	help
7	  Supported by binutils >= 2.25 and LLVM integrated assembler
8
9config AS_WRUSS
10	def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
11	help
12	  Supported by binutils >= 2.31 and LLVM integrated assembler
13