Skip to content

citizenTwice/simd_linreg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors