Re: [flac-dev] Description of disable-sse option

2016-12-04 Thread Erik de Castro Lopo
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

Re: [flac-dev] [PATCH] remove now unused FLAC__SSE_OS from config files

2016-12-04 Thread Erik de Castro Lopo
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.

[flac-dev] Description of disable-sse option

2016-12-04 Thread lvqcl.mail
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

[flac-dev] [PATCH] remove now unused FLAC__SSE_OS from config files

2016-12-04 Thread lvqcl.mail
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