/simd_linreg

ARM64 assembly implementation of simple linear regression using the NEON SIMD features

Primary LanguageAssembly

Vectorized Simple Linear Regression with ARM64 NEON SIMD

ARM64 assembly implementation of linear regression using the NEON SIMD features for vectorization. Mainly as exercise in asm programming, for experimentation and learning. The vectorization speedup is measurable, on my M2 Macbook Air the the SIMD implementation is ~2x faster than the naive C implementation.

Useful Resources

Feedback

Feedback Bugs/Suggestions/Comments/Feedback to: Email: LG@THLG.NL