QEMU absolutely will use hardware floating point where it can but only when it will give the correct results. FEX and Box64 are user mode emulators which achieve their speed by avoiding emulation where they can buy thunking at API boundaries.
They won't directly support it because in their view the Google Play process is a more secure way of verifying they supplied the binaries than is possible of f-droid. If reproducible builds were possible maybe there could be some mechanism to verify a given binary is built from a given commit of the source tree.
Pretty much. From v8.0 onwards all the extra features are indicated by id flags. Stuff that is relevant to kernel mode will generally be automatically handled by the kernel patching itself on booting up and in user space some libraries will select appropriately accelerated functions when the ISA extensions are probed. There are a bunch off advisory instructions encoded in the hint space that will be effectively NOPs on older hardware but will enhance execution if run on newer hardware.
If you want to play with newer instructions have a look at QEMUs "max" CPU.
I'm watching Voyager with my kids. Janeway is pretty bad ass given her position as the sole federation representative in the delta sector. We are however using a watchlist and skipping the filler episodes rather than going for the completionist approach.
Virt-manager isn't super scriptable but the underlying libvirt can be controlled by virsh which is a shell interface to libvirt. You can use both at the same time, e.g. start and stop via virsh and access to gui container via virt-manager/virt-viewer.
For that £9 I get 15Gb of data (including EU roaming). One of my kids gets their phone with unlimited calls/texts + 5Gb of data for £5. I doubt I'm ever going to need more than that as on a recent holiday with heavy use I didn't even get close to exceeding the usage limits.
Erm...yes? There is obviously a rush to integrate the latest generative AI tools in everything without thinking about the consequences of it's failure modes.
All the deck modding guides make me anxious messing about with the game filesystem. But I would like a decent inventory manager. How easy is it to restore the game and saves if you cock up?
I really enjoyed Ghost of Tsushima when it premiered on the PS5. As you say the satisfaction of pulling off the sword moves is really nice. The story isn't bad either and some of the fight bosses certainly keep you on your toes. I brought the DLC expansion the day it came out just so I could spend some more time slashing away ;-)
QEMU absolutely will use hardware floating point where it can but only when it will give the correct results. FEX and Box64 are user mode emulators which achieve their speed by avoiding emulation where they can buy thunking at API boundaries.