mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-30 15:54:13 +08:00
Fixed build error with MSVC
This commit is contained in:
parent
2f5b7a199b
commit
aafa97f4d2
@ -412,7 +412,7 @@ class TensorContractionSubMapper {
|
|||||||
return m_base_mapper.template loadHalfPacket<Alignment>(i + m_vert_offset, m_horiz_offset);
|
return m_base_mapper.template loadHalfPacket<Alignment>(i + m_vert_offset, m_horiz_offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void storePacket(Index i, Packet p) const {
|
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void storePacket(Index i, const Packet& p) const {
|
||||||
if (UseDirectOffsets) {
|
if (UseDirectOffsets) {
|
||||||
m_base_mapper.storePacket(i, 0, p);
|
m_base_mapper.storePacket(i, 0, p);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user