Petr Kobalicek
Petr Kobalicek
Okay, I have few notes / comments: - Why to rename `SocClockDependencyEntry` to `SClockDependencyEntry` - both names are not exactly the same as the name inside the C structure. I...
Hello, I would need your pp_table to test it locally (and add it to tests). There were historically some bugs in read/write so it's possible the table gets corrupted.
Thanks man! I have updated the repo with this one, but it seems it's read/written properly (I mean no deserialization and serialization issue). Can you try to just cat the...
I think it would be tricky as I didn't design mathpresso to have control flow (which && and || requires). I think that it would be better to add the...
Hello, I'm sorry, but I don't have any time reserved for this project at the moment.
Hi, it would be possible. To be honest I didn't really overthink the CMakeLists.txt file while working on mathpresso as it was initially an example of using AsmJit. But it...
Well, the only reason to fail is if there is no memory (if heap or virtual allocation fails) or there is a bug in the JIT code generation. Normally, it...
I think you will be excited after you see MPSL, it's much more advanced than MathPresso, but also takes more time to develop :)
It could be. MathPresso doesn't schedule the machine code generated, so if you reorder the expression a bit you can achieve better performance, but don't expect so much, it's unpredictable...
Can you provide more details? Are these functions not available, or not linkable, etc...? I don't use asmjit on iOS myself, so somebody more experienced with this target should help...