SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

Crashes on non SSE2 CPU #134

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
ypsilon will be, by default, compiled with SSE2 support, yielding crashes
with "Illegal instruction" on non-sse2 cpu's, like Duron.

Removing line:
 CXXFLAGS += -msse2 -mfpmath=sse

from Makefile will fix this. IMHO, this should be figured out in Makefile
and append appropriate optimization flags.

Original issue reported on code.google.com by san...@gmail.com on 30 Nov 2009 at 4:17