Petr Kobalicek

Results 307 comments of Petr Kobalicek

I think this is to be expected - the `st0` is implied in this case, and since asmjit tables were modeled based on Intel architecture manual, they follow the conventions...

@houstudio AsmJit and Blend2D are two separate projects. There is no ARM32 JIT for Blend2D and currently it's not even planned (unless there would be a sponsor willing to sponsor...

I have been doing some changes lately to make it possible to have ABI compatible releases in the future, however, this is not ready yet. At the moment if you...

Sorry for a late reply. I think this will be most likely about font substitution. Are you sure that OpenSans-Bold.ttf actually provides CJK characters? Blend2D at the moment doesn't have...

I'm sorry but the portable pipeline at the moment doesn't provide all composition operators. This is still something to do.

This is something that will be solved by AArch64 JIT - I'm not investing much time into portable pipelines at the moment, the JIT seems more important and its first...

@openlearnc I have found this approach slow on ARM, the most important thing to do on ARM is to align the destination and then to use pair stores, at least...

@openlearnc I'm interested in a workload that performs better without JIT. I have an Apple M3 chip here and I can see between 2-5x performance increase when using JIT. I...

If you are doing a single-shot benchmark like calling something only once, there would be some little overhead to compile each function. After that they are cached, but they have...

This is a tricky border case. I will try to explain what is happening, and why the current behavior is maybe the only one that makes sense. When you want...