Displaying 3 results from an estimated 3 matches for "msvcs".
Did you mean:
msvc
2016 Jun 26
2
FLAC__SSE_OS change
lvqcl wrote:
> Sure.
>
> The question is, what to do with the debug configuration.
<sigh/>
Is this only a problem with MSVS2005? If so, I'd be inclined to jsut
drop support for it. Its over 10 years old and aren't there free versions
of more recent MSVCs available?
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
2016 Jun 26
2
FLAC__SSE_OS change
lvqcl wrote:
> No, FLAC__AVX_SUPPORTED is 0 (initially it's undefined, then inside cpu.h
> it's defined as 0).
>
> MSVC cannot discard unused references in debug builds and when LTCG is on,
> for example: <http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2016-April/193437.html>
>
> And currently LTCG is enabled for release builds.
Ok, thats a problem. A large
2016 Jun 26
0
FLAC__SSE_OS change
...ved externals
So, all currently available MSVC compilers cannot create debug builds
for such code.
But I have no idea are they really necessary or not.
> If so, I'd be inclined to jsut
> drop support for it. Its over 10 years old and aren't there free versions
> of more recent MSVCs available?
IIRC nobody complained about dropping support for MSVC 6/.NET/2003
during the development of FLAC 1.3.0.
But e.g. Audacity switched from MSVC 2008 to MSVC 2013 only at the end
of 2014 year: <https://sourceforge.net/p/audacity/mailman/message/32922567/>.
FLAC 1.3.1 was released at...