From 6d777e1bc7d31023ad78c84777847896ab31927d Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 18 Dec 2015 19:25:50 -0800 Subject: Fixed a typo. --- Eigen/src/Core/arch/AVX/MathFunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen') diff --git a/Eigen/src/Core/arch/AVX/MathFunctions.h b/Eigen/src/Core/arch/AVX/MathFunctions.h index 9ced9b717..7baf57eca 100644 --- a/Eigen/src/Core/arch/AVX/MathFunctions.h +++ b/Eigen/src/Core/arch/AVX/MathFunctions.h @@ -58,7 +58,7 @@ psin(const Packet8f& _x) { _mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 0), 31); __m128i hi = _mm_slli_epi32(_mm256_extractf128_si256(shift_isodd, 1), 31); - Packet8i sign_flip_mask = _mm256_setr_m128(hi, lo); + Packet8i sign_flip_mask = _mm256_set_m128(hi, lo); #endif // Create a mask for which interpolant to use, i.e. if z > 1, then the mask -- cgit v1.2.3