diff --git a/Eigen/src/Core/arch/AVX512/PacketMath.h b/Eigen/src/Core/arch/AVX512/PacketMath.h index 7f427b94b..bb3fce0f1 100644 --- a/Eigen/src/Core/arch/AVX512/PacketMath.h +++ b/Eigen/src/Core/arch/AVX512/PacketMath.h @@ -2204,7 +2204,6 @@ EIGEN_STRONG_INLINE void pstoreu(bfloat16* to, template<> EIGEN_STRONG_INLINE Packet16bf ploaddup(const bfloat16* from) { - Packet16bf r; unsigned short a = from[0].value; unsigned short b = from[1].value; unsigned short c = from[2].value;