summaryrefslogtreecommitdiffstats
path: root/vec_base.h
Commit message (Collapse)AuthorAgeFilesLines
* If VML_NO_IOSTREAM is set, then don’t provide any iostream operationsErik Schnetter2013-11-251-1/+5
| | | | This reduces the size of the library.
* Provide lrintErik Schnetter2013-11-251-1/+7
|
* Introduce mad(), as low-accuracy version of fma()Erik Schnetter2013-09-101-0/+8
|
* Implement more integer functions: abs bitifthen clz isignbit max min ↵Erik Schnetter2013-09-011-2/+56
| | | | | | popcount rotate Rename integer signbit to isignbit to avoid name conflicts.
* Make frexp take a pointer argument instead of a referenceErik Schnetter2013-08-211-1/+1
|
* Implement ifthen with boolvec argumentsErik Schnetter2013-07-071-0/+9
|
* Implement maxval and minval reduction operationsErik Schnetter2013-07-041-0/+14
|
* Implement frexpErik Schnetter2013-06-281-0/+7
|
* Implement signbit function for integer vectorsErik Schnetter2013-06-121-0/+6
|
* Implement nextafterErik Schnetter2013-06-091-0/+7
|
* Implement atan2Erik Schnetter2013-06-061-0/+7
|
* Correct ioff handling in load/store intrinsicsErik Schnetter2013-04-221-6/+6
| | | | ioff is now ptrdiff_t, and is always added to the pointer.
* Add rint(), correct round()Erik Schnetter2013-02-191-0/+6
|
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-18/+37
|
* Provide scalbn with scalar int argumentErik Schnetter2013-02-141-0/+8
|
* Provide memory access functionsErik Schnetter2013-02-041-0/+70
|
* Whitespace changeErik Schnetter2013-02-031-0/+2
|
* Correct indentationErik Schnetter2013-02-031-8/+8
|
* Add fdim fmax fmin, fma, isfinite isinf isnan isnormalErik Schnetter2012-12-181-0/+53
|
* Implement cosh sinh tanhErik Schnetter2012-12-011-0/+36
|
* Implement ceil floor fmod pow remainder roundErik Schnetter2012-12-011-1/+34
|
* Implement asinh and expErik Schnetter2012-12-011-19/+59
|
* Import initial versionErik Schnetter2012-11-301-0/+277
OpenPOWER on IntegriCloud