lvqcl.mail wrote:
> OS SSE support is now mandatory, so the description of --disable-sse
> option isn't correct now (actually, it wasn't fully correct even before
> this).
I've updated the description.
Erik
--
--
Erik de Cast
lvqcl.mail wrote:
> There were FLAC__NO_SSE_OS and FLAC__SSE_OS preprocessors variables.
> The 1st was removed in June, and now the 2nd was also removed
> from cpu.c. So it makes sense to remove it from config files as well.
>
> The 1st patch removes it from MSVC files, the 2nd - from configure.
OS SSE support is now mandatory, so the description of --disable-sse
option isn't correct now (actually, it wasn't fully correct even before
this).
*Currently all it does is disables -msse2 flag*
The relevant parts of configure.ac:
AC_ARG_ENABLE(sse,
AC_HELP_STRING([--disable-sse], [Disabl
There were FLAC__NO_SSE_OS and FLAC__SSE_OS preprocessors variables.
The 1st was removed in June, and now the 2nd was also removed
from cpu.c. So it makes sense to remove it from config files as well.
The 1st patch removes it from MSVC files, the 2nd - from configure.ac.
sse_os_remove_1.patch
De