summaryrefslogtreecommitdiffstats
path: root/mathfuncs_fabs.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-165/+140
| | | | | | | | | 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 constructors from double for fp8 and fp16 typesErik Schnetter2014-06-071-0/+19
|
* Add to-do itemsErik Schnetter2013-11-281-0/+2
|
* Introduce mad(), as low-accuracy version of fma()Erik Schnetter2013-09-101-0/+6
|
* Make frexp take a pointer argument instead of a referenceErik Schnetter2013-08-211-2/+3
|
* Avoid compiler warningErik Schnetter2013-07-021-1/+1
|
* Implement frexpErik Schnetter2013-06-281-0/+22
|
* Declare some functions without auto keywordErik Schnetter2013-06-121-1/+1
|
* Remove commented-out duplicate function declarationsErik Schnetter2013-06-071-13/+10
|
* Continue implementing QPX supportErik Schnetter2013-06-051-9/+17
|
* Implement IEEE-versions of isnan etc. that are not optimized awayErik Schnetter2013-04-221-8/+32
|
* Correct ilogb for denormalized numbersErik Schnetter2013-04-231-1/+1
|
* Handle inf and nan in ilogbErik Schnetter2013-04-221-1/+7
| | | | Handle inf and nan. Also change how zeros are handled.
* Do not use "using namespace std" any moreErik Schnetter2013-03-221-1/+1
|
* Correct ldexp(0, ...)Erik Schnetter2013-03-211-2/+3
|
* Handle x=0 in ilogb(x)Erik Schnetter2013-03-211-3/+4
|
* Improve fdimErik Schnetter2013-03-151-1/+1
|
* Provide vector types with 8 and 16 bit precisionErik Schnetter2013-02-191-2/+2
| | | | Use non-functional dummy float types fp8 and fp16.
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-1/+1
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-1/+0
|
* Improve scalbn()Erik Schnetter2013-02-051-1/+1
|
* Add fdim fmax fmin, fma, isfinite isinf isnan isnormalErik Schnetter2012-12-181-4/+73
|
* Improve tests, correct errors foundErik Schnetter2012-12-011-1/+1
|
* Import initial versionErik Schnetter2012-11-301-0/+52
OpenPOWER on IntegriCloud