#
asmjit
Here are 9 public repositories matching this topic...
kobalicek
commented
Jun 12, 2019
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 on each other in such case.
EDSL for C++ to make just-in-time code generation easier
-
Updated
Jun 6, 2020 - C++
SIGMOD programming contest 2018 solved with code generation
-
Updated
Dec 6, 2019 - C++
Improve this page
Add a description, image, and links to the asmjit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asmjit topic, visit your repo's landing page and select "manage topics."
Is there future intent for
BLPath::fitTo'sfitFlagsparameter? If not, would its removal be considered?I wasn't able to find any uin32_t flags in the docs, eventually had to dig up the source, and found the parameter isn't honored right now: https://github.com/blend2d/blend2d/blob/master/src/blend2d/blpath.cpp#L1912
p.s. Super wonderful project :) Very impressed with it overall.