Skip to content

Neon intrinsics

Markus Holzer requested to merge holzer/pystencils:Neon_Intrinsics into master

This MR implements neon intrinsics to enable vectorization for the ARM architecture.

This may also become useful once ARM HPC clusters actually get deployed, though these might end up using SVE instead of NEON. For that case, additional work is needed because SVE's vector width is determined at runtime.

Edited by Michael Kuron

Merge request reports