Module with Arm CPU Hardware intrinsics.
In order to use the functions provided by this module, you need to import this module:
>>> import HardwareIntrinsics
Depending on the characteristics of your CPU (e.g AdvSimd
, Aes
...), this module will import only the intrinsic functions supported by your CPU.
TBD