X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/09734e51d918e508ecbe9aab8843544f29f23cb6..df07f2c0e49fedbddf12149e986b6ea8626dc311:/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.