--- blender-2.79b/intern/itasc/kdl/tree.hpp~ 2018-03-23 16:22:25.000000000 +0100 +++ blender-2.79b/intern/itasc/kdl/tree.hpp 2019-04-07 14:56:10.531752354 +0200 @@ -34,7 +34,7 @@ //Forward declaration class TreeElement; // Eigen allocator is needed for alignment of Eigen data types - typedef std::map, Eigen::aligned_allocator > > SegmentMap; + typedef std::map, Eigen::aligned_allocator > > SegmentMap; class TreeElement { --- blender-2.79b/intern/cycles/util/util_sseb.h~ 2018-03-23 16:22:25.000000000 +0100 +++ blender-2.79b/intern/cycles/util/util_sseb.h 2019-04-07 15:00:05.901328020 +0200 @@ -116,7 +116,7 @@ __forceinline const sseb unpackhi( const sseb& a, const sseb& b ) { return _mm_unpackhi_ps(a, b); } template __forceinline const sseb shuffle( const sseb& a ) { - return _mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0)); + return _mm_castsi128_ps(_mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0))); } template<> __forceinline const sseb shuffle<0, 1, 0, 1>( const sseb& a ) {