From a29b36c19745e2b47cd9ad82d384cb37db21354c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 27 Nov 2017 01:51:27 -0500 Subject: [PATCH] Whitespace check-in --- simon-simd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/simon-simd.cpp b/simon-simd.cpp index e2655f1e..d39ec9cf 100644 --- a/simon-simd.cpp +++ b/simon-simd.cpp @@ -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(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(subkeys + rounds - 1)));