subspace / space-acres

Space Acres is an opinionated GUI application for farming on Subspace Network
53 stars 20 forks source link

Support legacy CPUs #156

Closed nazar-pc closed 4 months ago

nazar-pc commented 4 months ago

This change brings support for x86-64-v2 CPUs by shipping 2 binaries:

When application starts, it will do check for supported instructions and if CPU appears to support instructions that only Skylake and newer processors support, it will pick modern version of a binary to as a child process, otherwise it will continue with the default one.

Fixes https://github.com/subspace/space-acres/issues/135, fixes https://github.com/subspace/space-acres/issues/132