X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e492db887af6561dd33aa18e3887efaeb219fd16..7b0d1a63587f3cb1ae3bb8b248bbb1b82bdca7bd:/symm/chacha-arm64.S diff --git a/symm/chacha-arm64.S b/symm/chacha-arm64.S index a423e9e5..61ac51a1 100644 --- a/symm/chacha-arm64.S +++ b/symm/chacha-arm64.S @@ -25,17 +25,18 @@ /// MA 02111-1307, USA. ///-------------------------------------------------------------------------- -/// External definitions. +/// Preliminaries. #include "config.h" #include "asm-common.h" -///-------------------------------------------------------------------------- -/// Main.code. - .arch armv8-a + .text +///-------------------------------------------------------------------------- +/// Main.code. + FUNC(chacha_core_arm64) // Arguments are in registers.