• Max Kellermann's avatar
    win32/build.py: add -march=pentium3 to fix 32 bit LAME build · 3717fb6c
    Max Kellermann authored
    Workaround for the following LAME build failure:
    
     error: inlining failed in call to always_inline '_mm_sqrt_ps': target
     specific option mismatch
    
    This is because the LAME build scripts do not check whether SSE is
    available; they only check for the presence of the "xmmintrin.h"
    header.
    
    Requiring a Pentium 3 CPU is reasonable enough, and it's the first CPU
    to feature SSE support.
    3717fb6c
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
python/build Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
win32 Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...