Skip to content

Commit

Permalink
target/hexagon/imported/mmvec: Fix superfluous trailing semicolon
Browse files Browse the repository at this point in the history
Fix the superfluous trailing semicolon in target/hexagon/imported/mmvec/
ext.idef.

Cc: Brian Cain <[email protected]>
Signed-off-by: Zhao Liu <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Brian Cain <[email protected]>
Reviewed-by: Michael Tokarev <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
trueptolemy authored and Michael Tokarev committed Jul 17, 2024
1 parent 083c4e7 commit 29ea194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/hexagon/imported/mmvec/ext.idef
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@ EXTINSN(V6_vscattermhw_add, "vscatter(Rt32,Mu2,Vvv32.w).h+=Vw32", ATTRIBS(A_EXT
fVALIGN(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);
}
}
Expand Down

0 comments on commit 29ea194

Please sign in to comment.