std.math performance (SSE vs. real)

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 30 15:47:41 PDT 2014


On Monday, 30 June 2014 at 22:44:44 UTC, H. S. Teoh via 
Digitalmars-d wrote:
> Iain's PR to provide overloads of std.math functions for 
> float/double
> has already been merged, so all that remains […]

Plus all the other functions in std.math, plus a way to provide 
efficient implementations depending on the target instruction set 
(compiler intrinsics).

David


More information about the Digitalmars-d mailing list