zoo
zoo copied to clipboard
Zoo library
auto lambdaWithReturn = [](){return 5; }; std::function f = lambdaWithReturn;
- **jp/horizontal-sum** - **bosh, there you have it** - **more wip** - **works with template!**
Hi, I was in @jamierpond's talk on SWAR at the C++ on sea conference and really enjoyed it. Great concept. I haven't worked with avx, and I'm pretty much a...
No safety about the subtract one, but shouldn't be an issue if your values are in range. Depends on the "ergonomics" PR, which should merge first, and then the "base"...
Fixing the Windows build
There isn't an advantage to using the previous algorithm.
Now is correct. Godbolt for your amusement. https://godbolt.org/z/T51GPhT8M Generate the smallest mask required to blit out the overflow using (2^shift_size - 1) which basially transforms shift size into a tally...