[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86emul/test: drop check for AVX512-4FMAPS
commit 4bb846f32c870b19decc926f4759eac3fecfc04c Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Wed Apr 9 15:30:51 2025 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed Apr 9 15:30:51 2025 +0200 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 <jbeulich@xxxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |