From 4bb846f32c870b19decc926f4759eac3fecfc04c Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Wed, 9 Apr 2025 15:30:51 +0200 Subject: [PATCH] x86emul/test: drop check for AVX512-4FMAPS Use of Xeon Phi features was dropped earlier on; this one was overlooked. Fixes: 85191cf32180 ("x86: drop Xeon Phi support") Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- tools/tests/x86_emulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tests/x86_emulator/Makefile b/tools/tests/x86_emulator/Makefile index 294d27ebaa..3f57ac6159 100644 --- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -105,7 +105,7 @@ TARGET-$(shell echo 'int i;' | $(CC) -x c -c -o /dev/null -m$(1) - || echo y) := endef ISA := bmi bmi2 tbm sse4.1 sse4.2 sse4a avx avx2 f16c -ISA += $(addprefix avx512,f bw dq 4fmaps) +ISA += $(addprefix avx512,f bw dq) $(foreach isa,$(ISA),$(eval $(call isa-check-cc,$(isa)))) # Also explicitly check for {evex} pseudo-prefix support, which got introduced -- 2.39.5