Re: git: c6c6e67d83c2 - main - audio/flac: don't disable VSX on powerpc64le

From: Christian Weisgerber <naddy_at_mips.inka.de>
Date: Mon, 01 Nov 2021 12:54:18 UTC
Alexey Dokuchaev:

> I wonder why SSE was disabled in 101cb31e18d13 during the update to
> version 1.3.2, as it was never explained:
> ...
>  CONFIGURE_ARGS=        --enable-static \
> -               --enable-sse \
> +               --disable-sse \

--enable-sse simply adds "-msse2" to the compiler flags.

On amd64, this is a nop, since SSE2 is part of the amd64 architecture.
On i386, it generates code that won't run on older CPUs that don't
support SSE2.

-- 
Christian "naddy" Weisgerber                          naddy@mips.inka.de