[flac-dev] PATCH: x86-64 support and SSE intrinscis code

lvqcl lvqcl.mail at gmail.com
Tue Sep 17 10:58:53 PDT 2013


Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:

>> -msse for SSE code, -msse2 for SSE2 code, -msse4.1 for SSE4.1 code
>
> Yes, that was it. Brain fart. These flags were not needed on x86_64.
>
> Erik

But now all C code is compiled with -msse2 and it won't work on older CPUs.
Isn't it better to compile only necessary files with this flag?


More information about the flac-dev mailing list