summaryrefslogtreecommitdiffstats
path: root/vec_float.h
Commit message (Collapse)AuthorAgeFilesLines
* Change realvec_t::name from field to functionErik Schnetter2013-01-301-1/+1
|
* Add fdim fmax fmin, fma, isfinite isinf isnan isnormalErik Schnetter2012-12-181-0/+13
|
* Improve operator[], all(), and any()Erik Schnetter2012-12-031-11/+8
|
* Add #defines describing which vector types are availableErik Schnetter2012-12-031-0/+1
|
* Remove explicit assignment operatorErik Schnetter2012-12-031-3/+3
|
* Remove copy constructorsErik Schnetter2012-12-021-3/+9
| | | | This enables argument passing in registers, which is much more efficient.
* Optimize sum() functionsErik Schnetter2012-12-021-18/+0
|
* Implement sin, make optimised builds workErik Schnetter2012-12-011-1/+20
|
* Implement cosh sinh tanhErik Schnetter2012-12-011-0/+6
|
* Implement ceil floor fmod pow remainder roundErik Schnetter2012-12-011-6/+11
|
* Implement asinh and expErik Schnetter2012-12-011-8/+16
|
* Import initial versionErik Schnetter2012-11-301-0/+305
OpenPOWER on IntegriCloud