www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Article: Increasing the performance of D math code

reply Johan Engelen <j j.nl> writes:
I wrote a piece on LDC's fastmath stuff that Mir uses for 
high-performance D math code:

https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html

cheers,
   Johan
Oct 11 2016
next sibling parent reply Ilya Yaroshenko <ilyayaroshenko gmail.com> writes:
On Tuesday, 11 October 2016 at 14:01:54 UTC, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for 
 high-performance D math code:

 https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html

 cheers,
   Johan
Awesome! Thank you for the post! Twitted https://twitter.com/libmir/status/785858654717239296
Oct 11 2016
parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 10/11/2016 11:06 AM, Ilya Yaroshenko wrote:
 On Tuesday, 11 October 2016 at 14:01:54 UTC, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for
 high-performance D math code:

 https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html

 cheers,
   Johan
Awesome! Thank you for the post! Twitted https://twitter.com/libmir/status/785858654717239296
https://www.reddit.com/r/programming/comments/56yheb/increasing_the_performance_of_d_math_code/ Andrei
Oct 11 2016
prev sibling next sibling parent reply =?UTF-8?Q?Ali_=c3=87ehreli?= <acehreli yahoo.com> writes:
On 10/11/2016 07:01 AM, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for
 high-performance D math code:

 https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html

 cheers,
   Johan
Kind of off topic and hopefully constructive critism: You have sentence that starts with "I’m afraid it won’t be a nice read..." on Reddit. No matter how correct, there is no need to use negative marketing for your work. :) How about something more positive like "I'm sure you'll enjoy this more if you're familiar with...". ;) Ali
Oct 11 2016
parent reply Johan Engelen <j j.nl> writes:
On Tuesday, 11 October 2016 at 17:29:47 UTC, Ali Çehreli wrote:
 On 10/11/2016 07:01 AM, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for
 high-performance D math code:

 
https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html
 cheers,
   Johan
Kind of off topic and hopefully constructive critism: You have sentence that starts with "I’m afraid it won’t be a nice read..." on Reddit. No matter how correct, there is no need to use negative marketing for your work. :) How about something more positive like "I'm sure you'll enjoy this more if you're familiar with...". ;)
Something to keep in mind next time!
Oct 11 2016
parent cym13 <cpicard openmailbox.org> writes:
On Tuesday, 11 October 2016 at 18:01:47 UTC, Johan Engelen wrote:
 On Tuesday, 11 October 2016 at 17:29:47 UTC, Ali Çehreli wrote:
 On 10/11/2016 07:01 AM, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for
 high-performance D math code:

 
https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html
 cheers,
   Johan
Kind of off topic and hopefully constructive critism: You have sentence that starts with "I’m afraid it won’t be a nice read..." on Reddit. No matter how correct, there is no need to use negative marketing for your work. :) How about something more positive like "I'm sure you'll enjoy this more if you're familiar with...". ;)
Something to keep in mind next time!
I agree, be it only because I feel that even people with only vague knowledge of assembly and SIMD can benefit from this article. That was a nice read, thank you :)
Oct 11 2016
prev sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 10/11/2016 7:01 AM, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for high-performance D
 math code:

 https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html
Articles like this are great! Keep 'em coming.
Oct 11 2016
parent Martin Tschierschke <mt smartdolphin.de> writes:
On Wednesday, 12 October 2016 at 03:18:23 UTC, Walter Bright 
wrote:
 On 10/11/2016 7:01 AM, Johan Engelen wrote:
 I wrote a piece on LDC's fastmath stuff that Mir uses for 
 high-performance D
 math code:

 https://johanengelen.github.io/ldc/2016/10/11/Math-performance-LDC.html
Articles like this are great! Keep 'em coming.
+1
Oct 13 2016