mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
x86/kconfig: Remove CONFIG_AS_AVX512
Commit5f5305dea0("raid6: skip avx512 checks") and commitbc23fe6dc1("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 <ubizjak@gmail.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/20250819085855.333380-4-ubizjak@gmail.com
This commit is contained in:
parent
e084e9f815
commit
ae7c0996c0
1 changed files with 0 additions and 5 deletions
|
|
@ -1,11 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
|
||||
|
||||
config AS_AVX512
|
||||
def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
|
||||
help
|
||||
Supported by binutils >= 2.25 and LLVM integrated assembler
|
||||
|
||||
config AS_WRUSS
|
||||
def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
|
||||
help
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue