Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2021 03:44:05 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Piotr Kubaj <pkubaj@freebsd.org>
Cc:        naddy@freebsd.org, ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org
Subject:   Re: git: c6c6e67d83c2 - main - audio/flac: don't disable VSX on powerpc64le
Message-ID:  <YX9ihSk1QxpPn9un@FreeBSD.org>
In-Reply-To: <202111010243.1A12hxQj066278@gitrepo.freebsd.org>
References:  <202111010243.1A12hxQj066278@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YX9ihSk1QxpPn9un>