mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
fix temporary creation rule
This commit is contained in:
parent
b22fc6cdc3
commit
e039edcb42
@ -331,7 +331,7 @@ template<> struct ei_gemv_selector<OnTheRight,ColMajor,true>
|
|||||||
|
|
||||||
enum {
|
enum {
|
||||||
// FIXME find a way to allow an inner stride on the result if ei_packet_traits<Scalar>::size==1
|
// FIXME find a way to allow an inner stride on the result if ei_packet_traits<Scalar>::size==1
|
||||||
EvalToDest = (Dest::Flags&ActualPacketAccessBit) && (Dest::InnerStrideAtCompileTime==1)
|
EvalToDest = Dest::InnerStrideAtCompileTime==1
|
||||||
};
|
};
|
||||||
|
|
||||||
Scalar* EIGEN_RESTRICT actualDest;
|
Scalar* EIGEN_RESTRICT actualDest;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user