utils icon indicating copy to clipboard operation
utils copied to clipboard

cpufeatures: add support for FreeBSD/aarch64

Open valpackett opened this issue 3 years ago • 2 comments

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)

valpackett avatar Feb 12 '23 20:02 valpackett

A PR to add FreeBSD support would be accepted, although I'm not sure what a good CI story for it is

tarcieri avatar Feb 24 '23 15:02 tarcieri

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.

brxken128 avatar Jul 05 '23 02:07 brxken128