X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/925ff94a516478164fdd01d53332637455e0074d..8f2287ef5c05d496fcb9b012629af007fe56f897:/symm/salsa20-x86ish-sse2.S diff --git a/symm/salsa20-x86ish-sse2.S b/symm/salsa20-x86ish-sse2.S index 06ba3d2c..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]