JustasMasiulis / xorstr

heavily vectorized c++17 compile time string encryption.
Apache License 2.0
1.19k stars 193 forks source link

Is their a plan to have support for ARM CPU? #59

Closed IshaanKarnik closed 1 year ago

IshaanKarnik commented 1 year ago

Is their a plan down the road to have add support for ARM CPUs and their receptive SIMD instruction set. eg. Raspberry PI SBC. These boards are used in a lot of embedded systems.

JustasMasiulis commented 1 year ago

ARM NEON is supported. People have used this library on android targets AFAIK.