As OpenCL use .sa rather than .s10 to represent the tenth element
of a vector. We don't need to adjust one space when we cross the
tenth element (.sa) boundary.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
formatStr += ','
if (j + 1) % 2 == 0:
formatStr += ' '
- if vtype[1] > 10 and j < 10:
- formatStr += ' '
if j % 2 == 0:
formatStr = self.append(formatStr, self.indentSpace())
for n in range(0, self.paramCount):
if n != 0:
formatStr += ', '
- if vtype[1] > 10 and j < 10:
- formatStr += ' '
ptype = fixup_type(ptypeSeqs[n], vtypeSeq, i)
vtype = fixup_type(vtypeSeq, ptypeSeqs[n], i)