summaryrefslogtreecommitdiffstats
path: root/mathfuncs_exp.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-124/+113
| | | | | | | | | Note: If you have an existing checkout with modifications, then you should: (1) save your current state on a branch (2) run clang-format on this branch (3) compare this branch to a fresh checkout of the clang-formatted master Since both your branch and master have been formatted with clang-format, this will lead to a very small diff, avoiding spurious changes due to formatting differences.
* Add to-do itemsErik Schnetter2013-11-281-0/+3
|
* Some ideas to improve exp on QPXErik Schnetter2013-11-251-2/+28
|
* Use mad() instead of fma()Erik Schnetter2013-09-101-31/+31
|
* Modernize commented-out code for expErik Schnetter2013-07-031-1/+1
|
* Improve performanc of exp10Erik Schnetter2013-07-021-1/+1
|
* Optimize exp and logErik Schnetter2013-06-211-0/+24
|
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-1/+1
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-2/+1
|
* Speed up exp()Erik Schnetter2013-02-151-3/+21
|
* Use optimised coefficients for exp()Erik Schnetter2013-02-141-18/+31
|
* Optimise exp(); explain number of iterationsErik Schnetter2013-01-301-2/+10
|
* Improve tests, correct errors foundErik Schnetter2012-12-011-9/+12
|
* Implement asinh and expErik Schnetter2012-12-011-0/+68
OpenPOWER on IntegriCloud