From: Wolfgang Bangerth Date: Sat, 14 Jan 2017 16:05:02 +0000 (-0700) Subject: Make things compile again. X-Git-Tag: v8.5.0-rc1~241^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf454349f814c23993fe40415a9a6c09115460e2;p=dealii.git Make things compile again. --- diff --git a/include/deal.II/base/vectorization.h b/include/deal.II/base/vectorization.h index 3e09d1d417..0cd6093c77 100644 --- a/include/deal.II/base/vectorization.h +++ b/include/deal.II/base/vectorization.h @@ -2640,7 +2640,7 @@ void vectorized_load_and_transpose(const unsigned int n_entries, out[4*i+2].data = _mm_shuffle_ps (v1, v3, 0x88); out[4*i+3].data = _mm_shuffle_ps (v1, v3, 0xdd); } - if (remainder > 0) + if (n_entries % 4 > 0) for (unsigned int i=4*n_chunks; i