Jamie Pond
Jamie Pond
It would be great to move the comments from CommandLine.cpp to some doc that is more convenient to access.
Hi! Jus trying to run a simple demo. Currently following all the demos/examples/other people's tutorials and I have everything set up the same as them, but i keep getting errors....
moved this into a new PR for clarity. Literals can now be written like so: ```cpp static_assert(SWAR{Literals, {2, 1}}.value() == 0x00000002'00000001); static_assert(SWAR{Literals, {1, 2}}.value() == 0x00000001'00000002); static_assert(SWAR{Literals, {4, 3, 2,...
Here is the headline test of this PR. ```cpp using S = SWAR; constexpr auto base = S::fromLaneLiterals({2, 3, 5, 6}); constexpr auto exponent = S::fromLaneLiterals({7, 4, 2, 3}); constexpr...
- `cargo install`'d `htmx-lsp` - Added mason config files. ```lua local lspconfig = require('lspconfig') lspconfig.htmx.setup{} ``` - Launched nvim - This happened. ``` ------------------------------------- Translated Report (Full Report Below) -------------------------------------...
- **jp/horizontal-sum** - **bosh, there you have it** - **more wip** - **works with template!**
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"...
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...
- **init** - **wip** - **debug** - **wip**