Petr Kobalicek

Results 307 comments of Petr Kobalicek

Please check out the "Generating AVX512 code" section here and let me know whether that helped you: - https://asmjit.com/doc/classasmjit_1_1x86_1_1Assembler.html

There are no specific signatures for using {k} or {k}{z} forms of the instruction, as stated in the documentation, use the following: ```c++ // Opmask Selectors // ---------------- // //...

Closing as this feature is already supported by AsmJit - use `.k(kreg)` and possibly `.z()` to specify `{k}{z}` options.

I have never worked on RISC-V personally, somebody else tried I think, but this work never materialized (there was never a PR). This means that there is 0% progress at...

Closing, please reopen of talk to me privately if you would like to sponsor the feature.

Possible reasons: Font substitution done by Qt and/or Qt using harfbuzz for shaping.

This is true, applications need to include `` now - the reason is to not add header files directly to `include` folder, but to nest in under a project subfolder.

Yeah that would be great, but I don't plan to work on it myself.

The issue is exactly here: ``` if (dist_from_border < dist_limit) { BLPoint dp0 = (dp * (dr - dist_limit)) / dx_plus_dy; BLPoint dp1 = (dp * (dr + dist_limit)) /...

Hello, I'm sorry, but font variations is a not-implemented feature at the moment. Considering the lack of funding I'm not sure it will ever get implemented.