utils
utils copied to clipboard
cpufeatures: add support for FreeBSD/aarch64
std::detect uses userspace mrs on FreeBSD/aarch64 as well as having auxval code that's currently used on arm32 and powerpc64 that would work too. One of these ways should be used here as well… (this is a TODO for myself I guess)
A PR to add FreeBSD support would be accepted, although I'm not sure what a good CI story for it is
A PR to add FreeBSD support would be accepted, although I'm not sure what a good CI story for it is
There is this action which may do the job.