mathieuchartier / mcm

MCM file compressor
GNU General Public License v3.0
110 stars 24 forks source link

Compile error with closing optimization option #16

Open NickSong opened 5 years ago

NickSong commented 5 years ago

Mixer.hpp:239:74: error: macro "_mm_shuffle_epi32" passed 5 arguments, but takes just 2 dp = _mm_add_epi32(dp, _mm_shuffle_epi32(dp, shuffle<2, 3, 0, 1>::value)); should be modified to: dp = _mm_add_epi32(dp, _mm_shuffle_epi32(dp, (shuffle<2, 3, 0, 1>::value)));