mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Fixed incorrect comment
This commit is contained in:
parent
8ba3c41fcf
commit
a498ff7df6
@ -521,7 +521,7 @@ EIGEN_STRONG_INLINE Packet16f ploadquad<Packet16f>(const float* from) {
|
|||||||
tmp = _mm512_insertf32x4(tmp, _mm_load_ps1(from + 3), 3);
|
tmp = _mm512_insertf32x4(tmp, _mm_load_ps1(from + 3), 3);
|
||||||
return tmp;
|
return tmp;
|
||||||
}
|
}
|
||||||
// Loads 4 doubles from memory a returns the packet
|
// Loads 2 doubles from memory a returns the packet
|
||||||
// {a0, a0 a0, a0, a1, a1, a1, a1}
|
// {a0, a0 a0, a0, a1, a1, a1, a1}
|
||||||
template <>
|
template <>
|
||||||
EIGEN_STRONG_INLINE Packet8d ploadquad<Packet8d>(const double* from) {
|
EIGEN_STRONG_INLINE Packet8d ploadquad<Packet8d>(const double* from) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user