I need to detect whether the arm/aarch64 cpus of iOS devices support the following features at run-time: fp
, asimd
, pmull
, aes
, sha1
, sha2
, sha3
, sha512
, crc32
, atomics
, fphp
, asimdhp
, asimdrdm
, lrcpc
, asimddp
, and sve
.
What's the API to query this information?