x86/crc: drop checks of CONFIG_AS_VPCLMULQDQ
authorEric Biggers <ebiggers@kernel.org>
Sat, 31 May 2025 21:13:18 +0000 (14:13 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:31:56 +0000 (09:31 -0700)
commitcece5689e1d76b1e45dd281a4d94ed1bcd78511c
tree574f59805795bcce6e358296818cbb72cccc8cb0
parentd0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af
x86/crc: drop checks of CONFIG_AS_VPCLMULQDQ

Now that the minimum binutils version supports VPCLMULQDQ (and the
minimum clang version does too), there is no need to check for assembler
support before compiling code that uses these instructions.

Link: https://lore.kernel.org/r/20250531211318.83677-1-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
arch/x86/lib/crc-pclmul-template.S
arch/x86/lib/crc-pclmul-template.h