dangmoody / HLML

Auto-generated maths library for C and C++ based on HLSL/Cg
24 stars 1 forks source link

Generate assembly for each function when also generating the code files? #39

Open dangmoody opened 3 years ago

dangmoody commented 3 years ago

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?