Hacker News new | ask | show | jobs
by im2w1l 4102 days ago
Is there a library with "optimal" implementations of functions such as these?
1 comments

OS X and iOS have Accelerate.framework: https://developer.apple.com/library/mac/documentation/Accele...

In particular, see vDSP_sve and vDSP_sveD which compute single-precision and double-precision vector sums respectively.