Skip to content

anas-899/l2_distance_SIMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEON, AVX, SSE and C implementations for L2 distance function

input

two vectors of float have the same length.

notes:

  • in AVX we process 8 by 8 each shot while in SSE and NEON we process 4 by 4.
  • implementation of int is much faster than float and i will add it later on.

Releases

No releases published

Packages

No packages published

Languages