mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-06 20:25:56 +01:00
fixed typo in single
This commit is contained in:
parent
bb46ba9b5f
commit
9f224a1647
@ -70,7 +70,7 @@ Author: Nils Meyer <nils.meyer@ur.de>
|
||||
{8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 2, 3, 4, 5, 6, 7}, \
|
||||
{4, 5, 6, 7, 0, 1, 2, 3, 12, 13, 14, 15, 8, 9, 10, 11}, \
|
||||
{2, 3, 0, 1, 6, 7, 4, 5, 10, 11, 8, 9, 14, 15, 12, 13}, \
|
||||
{1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14} } \
|
||||
{1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14} }; \
|
||||
asm ( \
|
||||
"fmov z31.f , 0 \n\t" \
|
||||
: \
|
||||
|
@ -70,7 +70,7 @@ Author: Nils Meyer <nils.meyer@ur.de>
|
||||
{8, 9, 10, 11, 12, 13, 14, 15, 0, 1, 2, 3, 4, 5, 6, 7}, \
|
||||
{4, 5, 6, 7, 0, 1, 2, 3, 12, 13, 14, 15, 8, 9, 10, 11}, \
|
||||
{2, 3, 0, 1, 6, 7, 4, 5, 10, 11, 8, 9, 14, 15, 12, 13}, \
|
||||
{1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14} } \
|
||||
{1, 0, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 13, 12, 15, 14} }; \
|
||||
svfloat32_t result_00; \
|
||||
svfloat32_t result_01; \
|
||||
svfloat32_t result_02; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user