10-21-2022, 03:34 AM
(This post was last modified: 10-21-2022, 03:46 AM by CounterPillow.)
Yes, in armv8 nomenclature this is "asimd" in /proc/cpuinfo for advanced simd extensions. Your compilers will automatically pick it up, as far as I know, as it's a base feature of Armv8.0-A I believe.
The gcc manual confirms my belief here by straight up saying +simd is default on armv8-a:
So nothing special is needed in any configure script, any build for aarch64 will use simd, though auto-vectorisation might not occur on lower optimisation levels.
The gcc manual confirms my belief here by straight up saying +simd is default on armv8-a:
So nothing special is needed in any configure script, any build for aarch64 will use simd, though auto-vectorisation might not occur on lower optimisation levels.
Occasional Linux Kernel Contributor, Avid Wiki Updater, Ask Me About Quartz64
Open Hardware Quartz64 Model A TOSLink Adapter
Pi-bus GPIO Extender For ROCKPro64 And Quartz64 Model A
Plebian GNU/Linux