|
From: | Brian Cain |
Subject: | Re: [PATCH 4/4] target/hexagon/imported/mmvec: Fix superfluous trailing semicolon |
Date: | Mon, 15 Jul 2024 12:42:02 -0500 |
User-agent: | Mozilla Thunderbird |
On 7/15/2024 4:59 AM, Michael Tokarev wrote:
Sure, it's fine - I'll just have to take extra care not to re-introduce issues like these when making updates. I can try and work with the original sources to make sure it's addressed there.06.07.2024 00:50, Brian Cain wrote:On 7/4/2024 3:47 AM, Zhao Liu wrote:Fix the superfluous trailing semicolon in target/hexagon/imported/mmvec/ext.idef. Cc: Brian Cain <bcain@quicinc.com> Signed-off-by: Zhao Liu <zhao1.liu@intel.com>Reviewed-by: Brian Cain <bcain@quicinc.com>Brian, is it okay to fix this in something "imported" ? I realize you added your R-b, but do you realize it's "imported"?
Thanks, /mjt--- target/hexagon/imported/mmvec/ext.idef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/target/hexagon/imported/mmvec/ext.idef b/target/hexagon/imported/mmvec/ext.idefindex 98daabfb07c4..03d31f6181d7 100644 --- a/target/hexagon/imported/mmvec/ext.idef +++ b/target/hexagon/imported/mmvec/ext.idef@@ -2855,7 +2855,7 @@ EXTINSN(V6_vscattermhw_add, "vscatter(Rt32,Mu2,Vvv32.w).h+=Vw32", ATTRIBS(A_EXTfVALIGN(RtV, element_size); fVFOREACH(32, i) { for(j = 0; j < 2; j++) { - EA = RtV + fVALIGN(VvvV.v[j].uw[i],ALIGNMENT);; + EA = RtV + fVALIGN(VvvV.v[j].uw[i],ALIGNMENT); fVLOG_VTCM_HALFWORD_INCREMENT_DV(EA,VvvV.v[j].uw[i],VwV,(2*i+j),i,j,ALIGNMENT,MuV); } }
[Prev in Thread] | Current Thread | [Next in Thread] |