summaryrefslogtreecommitdiffstats
path: root/vec_mic_double8.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-674/+562
| | | | | | | | | 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.
* Introduce mad(), as low-accuracy version of fma()Erik Schnetter2013-09-101-0/+4
|
* Implement more integer functions: abs bitifthen clz isignbit max min ↵Erik Schnetter2013-09-011-4/+64
| | | | | | 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
|
* Add potential optimization for SSE/AVX all/any functionsErik Schnetter2013-08-191-1/+1
|
* Begin to add MIC supportErik Schnetter2013-08-191-0/+644
OpenPOWER on IntegriCloud