ivanaslamov / hog_sse

Implementation of HoG feature extractor that uses SSE instructions.
MIT License
45 stars 27 forks source link

un-vectorised reference C code? #1

Open moloned opened 10 years ago

moloned commented 10 years ago

Hi Ivan

Can you also post the un-vectorised reference C code you started from for SSE newbies

Thanks

-David

ivanaslamov commented 10 years ago

Hi David, sure I already have one. I will update the code sometime next week.

Ivan

Sent from my iPhone

On Dec 19, 2013, at 9:57 PM, moloned notifications@github.com wrote:

Hi Ivan

Can you also post the un-vectorised reference C code you started from for SSE newbies

Thanks

-David

— Reply to this email directly or view it on GitHub.

xavierajith commented 8 years ago

Hi Ivan, Can you please post the un-vectorized c code?