You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool to do this in a general way, in case there are other commonly inlined asm functions that could be recognized.
Luckily the registers always end up the same, this was an asm function with manually specified registers and the allocator didn't run on these
This was implemented for the 3 dimensional case vector-dot in #560 but not 4 vector4-dot. An example of 4 is ray-arbitrary-circle-intersect.
In general, this type of detection works, but fails to build it into expressions in a nice way automatically. It is an unfortunate limitation of the decompiler framework but I don't really know how to fix it.
it shows up a lot.
It would be cool to do this in a general way, in case there are other commonly inlined asm functions that could be recognized.
Luckily the registers always end up the same, this was an asm function with manually specified registers and the allocator didn't run on these
The text was updated successfully, but these errors were encountered: