Richard Sandiford richard.sandiford@linaro.org writes:
__builtin_store_lanes (VECTORS : array N of vector M of X) returns array N*M of X maps to vstN in practice, the argument would be populated by assignments of the form: vectorX = ARRAY_REF <result, X>
er, of course, I meant:
ARRAY_REF <vectors, X> = vectorX
Richard