mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
correct typo
This commit is contained in:
parent
9f212679f1
commit
323a651c71
@ -380,7 +380,7 @@ struct MultAddComplex{
|
||||
inline vecd mac(vecd a, vecd b, vecd c){
|
||||
pred pg1 = acle<double>::pg1();
|
||||
// using FCMLA
|
||||
vecf r_v = svcmla_x(pg1, c, a, b, 0);
|
||||
vecd r_v = svcmla_x(pg1, c, a, b, 0);
|
||||
return svcmla_x(pg1, r_v, a, b, 90);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user