Post

Replies

Boosts

Views

Activity

Comment on How to access ARM system registers?
I want to write an image processing library. To take advantage of ARM SIMD instructions, the library should know what CPU features (NEON, SVE, SVE2 or SVE2p1) the running platform supported. I know calling MacOS API can get the information. But I want to get CPU information from ARM system registers, that make my program more generic for ARM devices.
Jul ’24