utils icon indicating copy to clipboard operation
utils copied to clipboard

cpufeatures: aarch64 CPU feature runtime detection do exist on Windows

Open be5invis opened this issue 1 year ago • 2 comments

There is a user-mode API called IsProcessorFeaturePresent could do this.

https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent

be5invis avatar Oct 06 '24 08:10 be5invis

I am unfortunately not a Windows user, though that's not to say we don't care about Windows support.

It would be good if someone who regularly develops on Windows can add such support by opening a PR.

tarcieri avatar Nov 12 '24 20:11 tarcieri

On it

matveitolochko avatar Jan 03 '25 23:01 matveitolochko