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

lvqcl lvqcl.mail at gmail.com
Sun Sep 15 07:08:39 PDT 2013


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

> The biggest of these tweaks weas to disable the intrinsics version
> fero FLAC__CPU_IA32 because I couldn't get this to compile on
> i386-linux (and we have the nasm versions). Still open to re-enabling
> this if someone can get it to work.


I know you're a skilled programmer, but... maybe you forgot to add -msse compiler option?

-msse for SSE code, -msse2 for SSE2 code, -msse4.1 for SSE4.1 code


More information about the flac-dev mailing list