NetBSD doesn't provide expl(3) (Feature #736)


Added by Thomas Klausner over 14 years ago. Updated over 14 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:core
Target version:-
Difficulty: Pull request:

Description

NetBSD doesn't provide expl(3).
However, it is used in modules/ml/src/gbt.cpp.

I've worked around it by using the same code as for Android.

Knowledgeable people I've asked have told me that for the code in this file, exp() is probably sufficient, especially since that on many platforms, long double is the same as double. So another possibility would be to replace expl() with exp() completely instead.


patch-aa - Patch handling expl() like exp() on NetBSD only. (437 Bytes) Thomas Klausner, 2010-12-06 05:54 pm


Associated revisions

Revision 656594ad
Added by Andrey Kamaev almost 12 years ago

Merge pull request #736 from bitwangyaoyao:2.4_clflush

History

Updated by Vadim Pisarevsky over 14 years ago

thanks! all the long double's and expl() replaced with double's and exp() in r4302

  • Status changed from Open to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF