Skip to content

Commit ae7c099

Browse files
ubizjakbp3tk0v
authored andcommitted
x86/kconfig: Remove CONFIG_AS_AVX512
Commit 5f5305d ("raid6: skip avx512 checks") and commit bc23fe6 ("crypto: x86 - Remove CONFIG_AS_AVX512 handling") removed all uses of CONFIG_AS_AVX512. Remove check for assembler support of AVX-512 instructions. Signed-off-by: Uros Bizjak <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/[email protected]
1 parent e084e9f commit ae7c099

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/x86/Kconfig.assembler

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0
22
# Copyright (C) 2020 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
33

4-
config AS_AVX512
5-
def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
6-
help
7-
Supported by binutils >= 2.25 and LLVM integrated assembler
8-
94
config AS_WRUSS
105
def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
116
help

0 commit comments

Comments
 (0)