X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/a117c06f5ee62cbe7812769703eada01843f76ca..8f2287ef5c05d496fcb9b012629af007fe56f897:/symm/salsa20-x86ish-sse2.S diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index ad4e322b..5dc9c17c 100644 --- a/symm/salsa20-x86ish-sse2.S +++ b/symm/salsa20-x86ish-sse2.S @@ -25,16 +25,16 @@ /// MA 02111-1307, USA. ///-------------------------------------------------------------------------- -/// External definitions. +/// Preliminaries. #include "config.h" #include "asm-common.h" + .text + ///-------------------------------------------------------------------------- /// Main code. - .text - FUNC(salsa20_core_x86ish_avx) .arch .avx vzeroupper @@ -69,7 +69,7 @@ FUNC(salsa20_core_x86ish_sse2) # define SAVE3 [esp + 16] pushreg ebp - setfp ebp + setfp sub esp, 32 mov IN, [ebp + 12] mov OUT, [ebp + 16] @@ -305,7 +305,7 @@ FUNC(salsa20_core_x86ish_sse2) #endif #if CPUFAM_AMD64 && ABI_WIN rstrxmm xmm6, 0 - rsrrxmm xmm7, 16 + rstrxmm xmm7, 16 stfree 64 + 8 #endif