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
The mfix4300 flag introduced in 2edcde0 is supposed to place a nop between adjacent single or double precision float multiply functions, but it fails to do so under some circumstances.
An example can be seen here: https://godbolt.org/z/bKb3cWdc5, where there are 4 consecutive mul.s instructions generated without any nops betwen them.