What's new in this release?
ARM NEON supportNew in 1.0
One of the most significant features added since the previous version is full ARM NEON support.
All algorithms bundled with KFR 1.0 already optimized for armv7
, armv7s
and aarch64
(arm64
).
Intel SSE2..4.2 and AVX1..2
KFR produces code optimized for latest Intel and AMD processors as well as for legacy ones.
Generic implementation New in 1.0
In addition to optimized ones, generic implementation of vector functions is available for all other architectures.