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

Figures: lachesis
Quote from: lfm on August 09, 2010, 1:04:43 AM UTC

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.