Wilco Dijkstra <wilco.dijks...@arm.com> writes: > The syntax for lane specifiers uses a vector element rather than a vector: > > fmls v0.2s, v1.2s, v1.s[1] // rather than v1.2s[2] > > Fix all the lane specifiers to use Vetype which uses the correct element type. > > Regress&bootstrap pass.
OK, thanks. Richard