davisking / dlib

A toolkit for making real world machine learning and data analysis applications in C++
http://dlib.net
Boost Software License 1.0
13.25k stars 3.35k forks source link

NEON Instructions for ARM chips #2966

Open TonyCongqianWang opened 1 month ago

TonyCongqianWang commented 1 month ago

Main idea

The sse and avx simd instructions work great but only for x86 architechtures. Do you have plans to add neon instructions for faster execution on arm architectures (in particular on raspberry pi)?

Anything else?

No response

davisking commented 1 month ago

Yeah it supports neon and some others too. E.g. look in the code for DLIB_HAVE_NEON.