Compile retroarch in old cpu with no SSE

Hi, can anybody help me with this? is for an AMD Duron 1600 I get “SSE2 code is compiled in, but CPU does not support this feature. Cannot continue.”

:smiley:

When you run the configure script, try adding --disable-sse.

Thanks, i ll check it out

No luck with that option :frowning:

After configuring, open your config.mk and look for: HAVE_SSE = 0

If it’s 1, change it to 0.

for some cores u cannot disable SSE, by example desmume and ppsspp does need SSE (at least SSE1)

aso u need C++11 standar capabilites

i think are ilogic uses SSE due the intention its to use this in other cpu’s so if other cpu can able to run some cores, x86 targets must too!

butas i posted in my firts post some ways of development are not the right: http://libretro.com/forums/showthread.php?t=5483&p=36957&viewfull=1#post36957