]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commitdiff
x86emul/test: drop check for AVX512-4FMAPS
authorJan Beulich <jbeulich@suse.com>
Wed, 9 Apr 2025 13:30:51 +0000 (15:30 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 9 Apr 2025 13:30:51 +0000 (15:30 +0200)
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 <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/tests/x86_emulator/Makefile

index 294d27ebaa08d017dce4318e157e534a4432c23e..3f57ac615971aecf33f474f5e19a2e090d6f02ce 100644 (file)
@@ -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