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
This could be cool to show what the assembly of each function is likely to be (with -O3 and -ffast-math on, for instance).
When making changes to the generated code you'd also be able to see diffs in the assembly too, to see maybe exactly when a function became faster/slower?
The text was updated successfully, but these errors were encountered:
This could be cool to show what the assembly of each function is likely to be (with
-O3
and-ffast-math
on, for instance).When making changes to the generated code you'd also be able to see diffs in the assembly too, to see maybe exactly when a function became faster/slower?
The text was updated successfully, but these errors were encountered: