Skip to content

Support AArch64 linux

Compare
Choose a tag to compare
@MikaelSlevinsky MikaelSlevinsky released this 05 Aug 14:29
· 104 commits to master since this release
6d28165

The SIMD required here is predominately double precision, so this invokes NEON on armv8-a, which is always available. This isn't applicable for armv7, though that distinction could be made later.

Also adds missing fallbacks for AVX and AVX_FMA spin-weighted spherical harmonic computational kernels.