I'm sorry, it's been a long time some code made me feel so dumb. I mean I thought I had a good grasp on c++ and vectorized code and I can't find a simple example on how to use it properly. The benchmark example made me feel even more dumb.
Can someone help pointing what this code is supposed to do (yes I read the landing page and it doesn't help me much...), are there alternative libraries that do similar things and are there 'simpler' examples somewhere?
6 comments
[ 3.2 ms ] story [ 28.1 ms ] threadCan someone help pointing what this code is supposed to do (yes I read the landing page and it doesn't help me much...), are there alternative libraries that do similar things and are there 'simpler' examples somewhere?
Or how about https://github.com/google/highway/blob/master/hwy/examples/s... for computing floor(log2(i))?