From 321ebfab16f47bab872b29959e4e3e0a6fb64a4e Mon Sep 17 00:00:00 2001 From: John Detter Date: Sat, 12 Aug 2017 17:31:18 -0500 Subject: [PATCH] Fix for AVX512 version of vcvtsi2sd --- .gitignore | 3 ++- common/src/arch-x86.C | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ae8f9cd14..8e8fa20c0d 100644 --- a/.gitignore +++ b/.gitignore @@ -118,4 +118,5 @@ doxyfiles/* */Debug/ */Release/ cotire/ -.idea/* \ No newline at end of file +.idea/* +boost/ diff --git a/common/src/arch-x86.C b/common/src/arch-x86.C index 5100d2ad26..0cd2214da4 100644 --- a/common/src/arch-x86.C +++ b/common/src/arch-x86.C @@ -6170,7 +6170,7 @@ ia32_entry sseMapMult[][3] = }, { /* SSE16_NO */ { e_vmovhps, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, { e_vmovhps, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, - { e_No_Entry, t_ill, 0, false, { Zz, Zz, Zz }, 0, 0, 0 } + { e_vmovhps, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, }, { /* SSE28_66 */ { e_vmovapd, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, { e_vmovapd, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, @@ -6182,7 +6182,7 @@ ia32_entry sseMapMult[][3] = }, { /* SSE2A_F2 */ { e_vcvtsi2sd, t_done, 0, true, { Vps, Wps, Zz }, 0, s1W2R, 0 }, { e_vcvtsi2sd, t_done, 0, true, { Vps, Wps, Zz }, 0, s1W2R, 0 }, - { e_No_Entry, t_ill, 0, false, { Zz, Zz, Zz }, 0, 0, 0 } + { e_vcvtsi2sd, t_done, 0, true, { Vps, Hps, Wps }, 0, s1W2R3R, 0 }, }, { /* SSE2A_F3 */ { e_vcvtsi2ss, t_done, 0, true, { Vps, Wps, Zz }, 0, s1W2R, 0 }, { e_vcvtsi2ss, t_done, 0, true, { Vps, Wps, Zz }, 0, s1W2R, 0 },