Whitespace check-in

pull/676/head
Jeffrey Walton 2018-06-21 01:29:30 -04:00
parent b00a378a8d
commit 73513d0d04
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ inline void GCC_NO_UBSAN CHAM64_Enc_Block(__m128i &block0,
g = RotateLeft16<8>(_mm_add_epi16(t3, t4)); g = RotateLeft16<8>(_mm_add_epi16(t3, t4));
counter = _mm_add_epi16(counter, increment); counter = _mm_add_epi16(counter, increment);
kr = _mm_shuffle_epi8(k, _mm_set_epi8(15,14,15,14, 15,14,15,14, 15,14,15,14, 15,14,15,14)); kr = _mm_shuffle_epi8(k, _mm_set_epi8(15,14,15,14, 15,14,15,14, 15,14,15,14, 15,14,15,14));
t1 = _mm_xor_si128(d, counter); t1 = _mm_xor_si128(d, counter);
t3 = _mm_xor_si128(h, counter); t3 = _mm_xor_si128(h, counter);
@ -628,7 +628,7 @@ inline void GCC_NO_UBSAN CHAM64_Enc_2_Blocks(__m128i &block0,
g = RotateLeft16<8>(_mm_add_epi16(t3, t4)); g = RotateLeft16<8>(_mm_add_epi16(t3, t4));
counter = _mm_add_epi16(counter, increment); counter = _mm_add_epi16(counter, increment);
kr = _mm_shuffle_epi8(k, _mm_set_epi8(15,14,15,14, 15,14,15,14, 15,14,15,14, 15,14,15,14)); kr = _mm_shuffle_epi8(k, _mm_set_epi8(15,14,15,14, 15,14,15,14, 15,14,15,14, 15,14,15,14));
t1 = _mm_xor_si128(d, counter); t1 = _mm_xor_si128(d, counter);
t3 = _mm_xor_si128(h, counter); t3 = _mm_xor_si128(h, counter);