aarch64: Generalize Windows cpu detection to any Windows variant
authorMartin Storsjo <martin@martin.st>
Fri, 15 Sep 2023 09:29:32 +0000 (12:29 +0300)
committerJames Zern <jzern@google.com>
Mon, 18 Sep 2023 18:56:51 +0000 (11:56 -0700)
commitad3301e6a3f70608b17fa8b61527a3bd2c711bbd
tree48815102eca632259b5df5269939398d5eda2704
parent8f8e7414684e97ea9b94710ac7853565c8a11c3a
aarch64: Generalize Windows cpu detection to any Windows variant

This cpu detection implementation doesn't do anything MSVC specific,
it just calls the IsProcessorFeaturePresent function. This can be
compiled with mingw compilers just as well.

Change-Id: I55e607a47c8f5b70d9f707ef96b2fa7553f2f79f
vpx_ports/aarch64_cpudetect.c
vpx_ports/arm_cpudetect.h