mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
bugfix in gebp for 32bits x86
This commit is contained in:
parent
c4f8afdf49
commit
271fc84e47
@ -478,7 +478,7 @@ struct ei_gebp_kernel
|
||||
{
|
||||
Scalar B0, T0, A0;
|
||||
|
||||
A0 = blA[0*PacketSize];
|
||||
A0 = blA[k];
|
||||
B0 = blB[0*PacketSize];
|
||||
CJMADD(A0,B0,C0,T0);
|
||||
B0 = blB[1*PacketSize];
|
||||
|
Loading…
Reference in New Issue
Block a user