From 1bc2e1ab410feb5155e8450d7734c3c11c07be98 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Sat, 18 Mar 2023 00:08:52 +0000 Subject: [PATCH] add for syntax highlighting --- crypto/chacha20/src/xchacha_svp64_macros.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/chacha20/src/xchacha_svp64_macros.s b/crypto/chacha20/src/xchacha_svp64_macros.s index c22fe8af..a089387a 100644 --- a/crypto/chacha20/src/xchacha_svp64_macros.s +++ b/crypto/chacha20/src/xchacha_svp64_macros.s @@ -1,3 +1,6 @@ + .machine libresoc + .file "xchacha20_svp64_macros.s" + # Helper macros for assembly # load word immediate for 32-bit constants -- 2.30.2