ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.04k stars 407 forks source link

Use vreinterpret for conversions in NEON #159

Closed ngzhian closed 3 years ago

ngzhian commented 3 years ago

Casting between data types is non-portable, see 13.1.8 of Arm C Language Extensions Documentation (Sep 30, 2020).