From 767d69622770a4bb886f527eaa2e1e2a15a71309 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 11 Nov 2024 09:42:47 +0100 Subject: Use ARM NEON in FormatConverter --- src/Utils.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index 0065bc1..f54122c 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -62,6 +62,9 @@ static void printHeader() #endif #if defined(__SSE__) "SSE " << +#endif +#if defined(__ARM_NEON) + "NEON " << #endif "\n"; } -- cgit v1.2.3