From d8567ab9030c2fbbbc1abd76809b928f8b9cacd0 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:32:04 +0200 Subject: [PATCH] Enable autovectorization on all compilers --- Jamulus.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jamulus.pro b/Jamulus.pro index 421a7c6218..f4ce0e2c4d 100644 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -1176,6 +1176,9 @@ contains(CONFIG, "opus_shared_lib") { } } +# Always enable auto vectorization +QMAKE_CXXFLAGS+=-ftree-vectorize + # disable version check if requested (#370) contains(CONFIG, "disable_version_check") { message(The version check is disabled.)