summaryrefslogtreecommitdiffstats
path: root/loop.cc
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-139/+111
| | | | | | | | | 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.
* Use better timers for benchmarking loopsErik Schnetter2013-08-201-4/+9
|
* Explicitly align allocated memoryErik Schnetter2013-08-191-1/+6
|
* Introduce a truly unaligned exampleErik Schnetter2013-07-051-9/+57
| | | | Also, add facility for an explicit delay calculation to de-emphasize cache effects.
* Add comments to loop exampleErik Schnetter2013-07-051-4/+32
|
* Looping example: make routine names self-explanatoryErik Schnetter2013-04-231-16/+15
|
* Use PPC cycle counter on PPC architecture in loop.ccErik Schnetter2013-04-221-0/+10
|
* Use __readcyclecounter when availableErik Schnetter2013-04-201-2/+12
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-1/+0
|
* Output timings for looping exampleErik Schnetter2013-02-051-9/+116
|
* Add example that uses a manually vectorised loopErik Schnetter2013-02-041-0/+107
OpenPOWER on IntegriCloud