Whitespace check-in

pull/548/head
Jeffrey Walton 2017-11-27 01:51:27 -05:00
parent 07c2047cec
commit a29b36c197
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 2 deletions

View File

@ -595,7 +595,6 @@ inline void SIMON128_Dec_Block(__m128i &block0, const word64 *subkeys, unsigned
if (rounds & 1)
{
const __m128i t = x1; x1 = y1; y1 = t;
const __m128i rk = _mm_castpd_si128(
_mm_loaddup_pd(reinterpret_cast<const double*>(subkeys + rounds - 1)));
@ -643,7 +642,6 @@ inline void SIMON128_Dec_4_Blocks(__m128i &block0, __m128i &block1,
if (rounds & 1)
{
const __m128i t = x1; x1 = y1; y1 = t;
const __m128i rk = _mm_castpd_si128(
_mm_loaddup_pd(reinterpret_cast<const double*>(subkeys + rounds - 1)));