Wojciech Muła

Results 22 issues of Wojciech Muła

According to the Metis documentation the library could be configured with 32 (default) or 64-bit indices. This is done by adjusting a definition DXTYPEWIDTH in include/metis.h. And when the value...

There are bunch of tests that are used to visually compare outputs. It's need to test the conversion routine, and then plug it into Travis.

enhancement

Repored by e-mail by Maciej Żukowski: 1. It's possible to read past-the-end memory. 2. It may locate substring past the null-marker.

It takes nine seconds, when the next slowest variant completes in less then a second.

bug

Where "large" means 50M or 100M items.

bug

It would be perfect if the error message can be customized. Another thing I personally find user-friendly is enumerating possible values in error message; like: "wrong value of verb; possible...

Is there anything that prevents us from running `ctest -j` for the following targets: ``` $ simdutf/.github/workflows$ grep ctest * | grep -v j alpine.yml: ./alpine.sh bash -c "cd build_for_alpine...

I got inspired by @camel-cdr :) and started to work on base64 procedures. The undergoing work is done in my repo https://github.com/WojciechMula/base64simd.

I cannot locate any mention of it, but Spike code suggests these two are mandatory; `riscv/isa_parser.cc`: ```cpp switch (*p) { case 'p': extension_table[EXT_ZBPBO] = true; extension_table[EXT_ZPN] = true; extension_table[EXT_ZPSFOPERAND] =...