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

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Mon, 01 Nov 2021 03:44:05 UTC
On Mon, Nov 01, 2021 at 02:43:59AM +0000, Piotr Kubaj wrote:
> commit c6c6e67d83c284fe3a00fa1ef502a7242dfd5dbc
> 
>     audio/flac: don't disable VSX on powerpc64le
>     
>     No reason to disable SIMD, builds fine.

I wonder why SSE was disabled in 101cb31e18d13 during the update to
version 1.3.2, as it was never explained:

-PORTVERSION=   1.3.1
-PORTREVISION=  2
+PORTVERSION=   1.3.2
...
 CONFIGURE_ARGS=        --enable-static \
-               --enable-sse \
+               --disable-sse \

Builds fine with --enable-sse on both i386 amd64, shall we enable
it there again?  Christian, do you have any recollection of this?

./danfe