Re: bitcoin generation broken in 0.3.8? (64-bit)

Participants: lachesis

Quote from: lfm on August 09, 2010, 10:04:43 AM

I guess that flag was put in for old 32 bit machines that might not have sse2. Unfortunatly there is no such thing as a 64 bit x86_64 without sse2 so the conditional compilation produced an empty body which did exactly nothing.

Yet another argument for cmake or similar.