libimg (some funcs) does not EMMS => float/double variables corruption #98
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
img_blend (and maybe others) functions in libimg does not do EMMS after using mmx. So after you call such funcs in your C/C++ etc. program variables of type double become nan garbage. I faced this bug while i worked on my dino game and currenly use this workaround