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
fcml_st_assembled_instruction_details structure added to fcml_st_assembled_instruction. It exposes several additional details about assembled instructions for instruction choosers. The default instruction chooser has been improved to favor instructions that don't modify ASA and OSA over those that do, even if their byte code is shorter
Bison upgraded to a newer version
Some minor code cleanups
A bug fixed in vmovaps instruction
The binary compatibility with the previous version has been preserved, but different instructions may be returned as the preferred ones. So, the previous version should be upgraded with care