Displaying 1 result from an estimated 1 matches for "s030".
Did you mean:
1030
2007 May 28
0
[LLVMdev] [llvm-announce] LLVM 2.0 Release
...vector of two, three or four elements or as a
> square matrix of 4, 9 or 16 elements.
>
> - a scalar : S000 = [$0], S001, [$1], S002 = [$2], S003 = [$3], S100 = [$4],
> ..., S010 = [$32], ..., S020 = [$64], ..., S733 = [$127]
> - a column : C000.p = [S000, S010], C020.p = [S020, S030], ..., C000.t =
> [S000, S010, S020], C010.t = [S010, S020, S030], ..., C000.q = [S000, S010,
> S020, S030]
> - a row : R000.p = [S000, S001], R002.p = [S002, S003], R000.t = [S000, S001,
> S002], R001.t = [S001, S002, S003], R000.q = [S000, S001, S002, S003]
> - a matrix : M000.p...