Skip to content

Commit

Permalink
Fix for AVX512 version of vcvtsi2sd
Browse files Browse the repository at this point in the history
  • Loading branch information
jdetter committed Aug 12, 2017
1 parent c10d781 commit 321ebfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -118,4 +118,5 @@ doxyfiles/*
*/Debug/
*/Release/
cotire/
.idea/*
.idea/*
boost/
4 changes: 2 additions & 2 deletions common/src/arch-x86.C
Expand Up @@ -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 },
Expand All @@ -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 },
Expand Down

0 comments on commit 321ebfa

Please sign in to comment.