From a498ff7df60269b29a21d4ec6ca4cd2ddd824006 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Thu, 6 Oct 2016 15:27:27 -0700 Subject: [PATCH] Fixed incorrect comment --- Eigen/src/Core/arch/AVX512/PacketMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/arch/AVX512/PacketMath.h b/Eigen/src/Core/arch/AVX512/PacketMath.h index b96aae33a..1af4785e1 100644 --- a/Eigen/src/Core/arch/AVX512/PacketMath.h +++ b/Eigen/src/Core/arch/AVX512/PacketMath.h @@ -521,7 +521,7 @@ EIGEN_STRONG_INLINE Packet16f ploadquad(const float* from) { tmp = _mm512_insertf32x4(tmp, _mm_load_ps1(from + 3), 3); 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} template <> EIGEN_STRONG_INLINE Packet8d ploadquad(const double* from) {