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>
master commit:
4bb846f32c870b19decc926f4759eac3fecfc04c
master date: 2025-04-09 15:30:51 +0200
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