This commit is contained in:
Frank Denis 2016-03-17 09:22:09 +01:00
parent 7ee23f77fb
commit a4327a90f4
2 changed files with 0 additions and 4 deletions

View File

@ -63,6 +63,4 @@
#define LOAD_MSG_11_3(b0, b1) b0 = _mm_set_epi64x(m0, m1); b1 = _mm_set_epi64x(m5, m11)
#define LOAD_MSG_11_4(b0, b1) b0 = _mm_set_epi64x(m2, m12); b1 = _mm_set_epi64x(m3, m7)
#endif

View File

@ -397,6 +397,4 @@ b0 = _mm_unpacklo_epi64(m6, m1); \
b1 = _mm_unpackhi_epi64(m3, m1); \
} while(0)
#endif