NetBSD doesn't provide expl(3) (Feature #736)
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.
Associated revisions
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