https://issues.dlang.org/show_bug.cgi?id=19712
Seb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Seb <[email protected]> --- > With gdc-8, this shows around a 4 times difference in speed between > std.math.sin and core.stdc.math.sinf. FYI: GDC has a separate bug tracker https://bugzilla.gdcproject.org/describecomponents.cgi > Apparently ldc does this better. Not apparently, it's has the same speed as the C runtime: https://run.dlang.io/is/4AweFj --
