From 019ce505e9d777a558f8c5dba9db8406b1c5af28 Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 5 Aug 2025 11:22:22 -0700 Subject: [PATCH] cpu.cmake,cosmetics: apply cmake-format Change-Id: I16e675beb601c5845723ac9635cfb64f38a70603 --- cmake/cpu.cmake | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmake/cpu.cmake b/cmake/cpu.cmake index 3b0b2d37..7636e7e1 100644 --- a/cmake/cpu.cmake +++ b/cmake/cpu.cmake @@ -54,8 +54,10 @@ if(MSVC AND CMAKE_C_COMPILER_ID STREQUAL "MSVC") endif() set(SIMD_DISABLE_FLAGS) else() - set(SIMD_ENABLE_FLAGS "-mavx2;-msse4.1;-msse2;-mips32;-mdspr2;-mfpu=neon;-mmsa") - set(SIMD_DISABLE_FLAGS "-mno-avx2;-mno-sse4.1;-mno-sse2;;-mno-dspr2;;-mno-msa") + set(SIMD_ENABLE_FLAGS + "-mavx2;-msse4.1;-msse2;-mips32;-mdspr2;-mfpu=neon;-mmsa") + set(SIMD_DISABLE_FLAGS + "-mno-avx2;-mno-sse4.1;-mno-sse2;;-mno-dspr2;;-mno-msa") endif() set(WEBP_SIMD_FILES_TO_INCLUDE)