mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
committed by
Antonio Sanchez
parent
16844d7529
commit
973b04f3e1
@@ -693,7 +693,7 @@ EIGEN_STRONG_INLINE Packet8d pload<Packet8d>(const double* from) {
|
||||
template <>
|
||||
EIGEN_STRONG_INLINE Packet16i pload<Packet16i>(const int* from) {
|
||||
EIGEN_DEBUG_ALIGNED_LOAD return _mm512_load_si512(
|
||||
reinterpret_cast<const __m512i*>(from));
|
||||
reinterpret_cast<const __m512i*>(from));
|
||||
}
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user