JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
770 stars 545 forks source link

Lyra2 SSE doesn't work below SSE4.1 #182

Closed JayDDee closed 5 years ago

JayDDee commented 5 years ago

The only significant difference is the mm128_ror1x64_256 etc macros which have a diifferent implementation for SSE2.

Meanwhile the unoptimized code is used for SSE2.

JayDDee commented 5 years ago

Fixed macros, SSE2 now works in v3.9.2.