Petr Kobalicek
Petr Kobalicek
ARM Port
Long time planned feature to have also backend for 32-bit and 64-bit ARM, including NEON.
Passing MM and XMM registers doesn't work when using Win64 calling convention. Win64 requires to pass a pointer into an aligned memory where the content of MM/XMM register is stored....
AsmJit's register allocator can now change register operand to memory operand in case that a virtual register is spilled. There are, however, few special cases that require details about the...
AsmJit should omit `mov` and similar instructions in case that it's moving from a variable that dies at that position. Only possible if removing won't cause any side effects.
### Feature Request It would be nice if cpptools knew how to visualize images, something like Image Watch for Visual Studio: https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatch2019 Is this feature planned? Having a 100% compatibility...
At the moment EdgeBuilder cannot handle NaN values properly in the following cases: * NaN is part of start/end point * NaN is part of a quadratic/cubic curve that is...
I'm using this library to parse HTML that I process as JSON and then I would like to convert it back to HTML, however, there are some issues with self-closing...
I would suggest just having `xlat [es:zbx + al]` signature and remove `xlatb` completely (it's alias anyway).
The problem is that CULT at the moment does not understand that some instructions only modify flags, for example, and it generates a sequence of instructions that has no dependency...
# AsmJit Development Status & Sustainability AsmJit is currently developed & maintained by a single developer. This issue exists to provide a feature matrix of the ports and features it...